You are here

interface Twig_Sandbox_SecurityPolicyInterface in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Sandbox/SecurityPolicyInterface.php \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

vendor/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