diff options
Diffstat (limited to 'TextNode.php')
-rw-r--r-- | TextNode.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/TextNode.php b/TextNode.php deleted file mode 100644 index d48c2bb..0000000 --- a/TextNode.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -namespace kch42\ste; - -class TextNode extends ASTNode { - public $text; - public function __construct($tpl, $off, $text = "") { - parent::__construct($tpl, $off); - $this->text = $text; - } -}
\ No newline at end of file |