mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
missing property
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ignore
|
||||||
|
*/
|
||||||
|
//include 'smarty_internal_parsetree.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class SmartyTemplateCompiler
|
* Class SmartyTemplateCompiler
|
||||||
*
|
*
|
||||||
@@ -44,13 +49,6 @@ class Smarty_Internal_SmartyTemplateCompiler extends Smarty_Internal_TemplateCom
|
|||||||
*/
|
*/
|
||||||
public $parser;
|
public $parser;
|
||||||
|
|
||||||
/**
|
|
||||||
* Smarty object
|
|
||||||
*
|
|
||||||
* @var object
|
|
||||||
*/
|
|
||||||
public $smarty;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* array of vars which can be compiled in local scope
|
* array of vars which can be compiled in local scope
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user