ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Twig_Sandbox_SecurityPolicyInterface Interface Reference

Interfaces that all security policy classes must implements. More...

+ Inheritance diagram for Twig_Sandbox_SecurityPolicyInterface:
+ Collaboration diagram for Twig_Sandbox_SecurityPolicyInterface:

Public Member Functions

 checkSecurity ($tags, $filters, $functions)
 
 checkMethodAllowed ($obj, $method)
 
 checkPropertyAllowed ($obj, $method)
 

Detailed Description

Interfaces that all security policy classes must implements.

Author
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Definition at line 17 of file SecurityPolicyInterface.php.

Member Function Documentation

◆ checkMethodAllowed()

Twig_Sandbox_SecurityPolicyInterface::checkMethodAllowed (   $obj,
  $method 
)

Implemented in Twig_Sandbox_SecurityPolicy.

◆ checkPropertyAllowed()

Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed (   $obj,
  $method 
)

Implemented in Twig_Sandbox_SecurityPolicy.

◆ checkSecurity()

Twig_Sandbox_SecurityPolicyInterface::checkSecurity (   $tags,
  $filters,
  $functions 
)

Implemented in Twig_Sandbox_SecurityPolicy.


The documentation for this interface was generated from the following file: