missing property

This commit is contained in:
Uwe Tews
2014-12-31 16:08:36 +01:00
parent 0cb8b24055
commit 2f8d4f1dbf

View File

@@ -8,6 +8,11 @@
* @author Uwe Tews
*/
/**
* @ignore
*/
//include 'smarty_internal_parsetree.php';
/**
* Class SmartyTemplateCompiler
*
@@ -44,18 +49,11 @@ class Smarty_Internal_SmartyTemplateCompiler extends Smarty_Internal_TemplateCom
*/
public $parser;
/**
* Smarty object
*
* @var object
*/
public $smarty;
/**
* array of vars which can be compiled in local scope
*
* @var array
*/
*/
public $local_var = array();
/**