diff options
Diffstat (limited to 'src/TextNode.php')
-rw-r--r-- | src/TextNode.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/TextNode.php b/src/TextNode.php deleted file mode 100644 index d48c2bb..0000000 --- a/src/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 |