26 class_alias(
'Twig_Sandbox_SecurityPolicyInterface',
'Twig\Sandbox\SecurityPolicyInterface',
false);
Interfaces that all security policy classes must implements.
checkMethodAllowed($obj, $method)
checkPropertyAllowed($obj, $method)
checkSecurity($tags, $filters, $functions)