ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interfaces that all security policy classes must implements. More...
Public Member Functions | |
checkSecurity ($tags, $filters, $functions) | |
checkMethodAllowed ($obj, $method) | |
checkPropertyAllowed ($obj, $method) | |
Interfaces that all security policy classes must implements.
Definition at line 17 of file SecurityPolicyInterface.php.
Twig_Sandbox_SecurityPolicyInterface::checkMethodAllowed | ( | $obj, | |
$method | |||
) |
Implemented in Twig_Sandbox_SecurityPolicy.
Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed | ( | $obj, | |
$method | |||
) |
Implemented in Twig_Sandbox_SecurityPolicy.
Twig_Sandbox_SecurityPolicyInterface::checkSecurity | ( | $tags, | |
$filters, | |||
$functions | |||
) |
Implemented in Twig_Sandbox_SecurityPolicy.