diff --git a/library/smarty/libs/sysplugins/smarty_internal_parsetree_text.php b/library/smarty/libs/sysplugins/smarty_internal_parsetree_text.php new file mode 100644 --- /dev/null +++ b/library/smarty/libs/sysplugins/smarty_internal_parsetree_text.php @@ -0,0 +1,37 @@ +parser = $parser; + $this->data = $data; + } + + /** + * Return buffer content + * + * @return string text + */ + public function to_smarty_php() { + return $this->data; + } +}