SandboxExtension
final class SandboxExtension extends Extension
Security protection for the sandbox.
Methods
void
array
getTags()
Returns a list of parsers for Latte tags.
array
getPasses()
Returns a list of parsers for Latte tags.
void
mixed
Details
at line 33
void
beforeCompile(Engine $engine)
Initializes before template is compiler.
at line 39
array
getTags()
Returns a list of parsers for Latte tags.
at line 47
array
getPasses()
Returns a list of parsers for Latte tags.
at line 55
void
beforeRender(Template $template)
Initializes before template is rendered.
at line 64
mixed
getCacheKey(Engine $engine)
Returns a value to distinguish multiple versions of the template.