$isPrivateExtension
$isPrivateExtension : boolean
Flag that this instance will not be cached
Runtime Extension Capture
open(\Smarty_Internal_Template $_template, string $buffer, string $assign, string $append)
Open capture section
\Smarty_Internal_Template | $_template | |
string | $buffer | capture name |
string | $assign | variable name |
string | $append | variable name |
startRender(\Smarty_Internal_Template $_template)
Start render callback
\Smarty_Internal_Template | $_template |
close(\Smarty_Internal_Template $_template)
Close capture section
\Smarty_Internal_Template | $_template |
error(\Smarty_Internal_Template $_template)
Error exception on not matching {capture}{/capture}
\Smarty_Internal_Template | $_template |
getBuffer(\Smarty_Internal_Template $_template, $name) : null
Return content of named capture buffer
\Smarty_Internal_Template | $_template | |
$name |
endRender(\Smarty_Internal_Template $_template)
End render callback
\Smarty_Internal_Template | $_template |
register(\Smarty_Internal_Template $_template)
Register callbacks in template class
\Smarty_Internal_Template | $_template |