interface Twig_Sandbox_SecurityPolicyInterface
Interfaces that all security policy classes must implements.
Methods
| checkSecurity($tags, $filters, $functions) | ||
| checkMethodAllowed($obj, $method) | ||
| checkPropertyAllowed($obj, $method) |
interface Twig_Sandbox_SecurityPolicyInterface
Interfaces that all security policy classes must implements.
| checkSecurity($tags, $filters, $functions) | ||
| checkMethodAllowed($obj, $method) | ||
| checkPropertyAllowed($obj, $method) |
public
checkSecurity($tags, $filters, $functions)
public
checkMethodAllowed($obj, $method)
public
checkPropertyAllowed($obj, $method)