create()
create(\Smarty_Internal_Template $_template, string $content = '', string $functions = '', boolean $cache = false, \Smarty_Internal_TemplateCompilerBase $compiler = null) : string
Create code frame for compiled and cached templates
Parameters
\Smarty_Internal_Template | $_template | |
string | $content | optional template content |
string | $functions | compiled template function and block code |
boolean | $cache | flag for cache file |
\Smarty_Internal_TemplateCompilerBase | $compiler |