interface Twig_Sandbox_SecurityPolicyInterface

Interfaces that all security policy classes must implements.

@package twig @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 18

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

}

Members