Err1
Err1 = "Security error: Call to private object member not allowed"
Smarty Template Parser Class
This is the template parser. It is generated from the smarty_internal_templateparser.y file
$root_buffer : \Smarty_Internal_ParseTree
root parse tree buffer
$current_buffer : \Smarty_Internal_ParseTree
current parse tree object
$lex : \Smarty_Internal_Templatelexer
lexer object
$compiler : \Smarty_Internal_TemplateCompilerBase
compiler object
$smarty : \Smarty
smarty object
$template : \Smarty_Internal_Template
template object
$security : \Smarty_Security
security object
$template_prefix : array<mixed,\Smarty_Internal_ParseTree>
template prefix array
$template_postfix : array<mixed,\Smarty_Internal_ParseTree>
security object
__construct(\Smarty_Internal_Templatelexer $lex, \Smarty_Internal_TemplateCompilerBase $compiler)
constructor
\Smarty_Internal_Templatelexer | $lex | |
\Smarty_Internal_TemplateCompilerBase | $compiler |
mergePrefixCode(string $code) : \Smarty_Internal_ParseTree_Tag
merge PHP code with prefix code and return parse tree tag object
string | $code |