interface Twig_Sandbox_SecurityPolicyInterface

Interfaces that all security policy classes must implements.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_Sandbox_SecurityPolicyInterface

All classes that implement Twig_Sandbox_SecurityPolicyInterface

File

drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php, line 17

View source
interface Twig_Sandbox_SecurityPolicyInterface {
  public function checkSecurity($tags, $filters, $functions);
  public function checkMethodAllowed($obj, $method);
  public function checkPropertyAllowed($obj, $method);

}

Members