You are here

public function Twig_Sandbox_SecurityPolicyInterface::checkMethodAllowed in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Sandbox/SecurityPolicyInterface.php \Twig_Sandbox_SecurityPolicyInterface::checkMethodAllowed()
1 method overrides Twig_Sandbox_SecurityPolicyInterface::checkMethodAllowed()
Twig_Sandbox_SecurityPolicy::checkMethodAllowed in vendor/Twig/Sandbox/SecurityPolicy.php

File

vendor/Twig/Sandbox/SecurityPolicyInterface.php, line 21

Class

Twig_Sandbox_SecurityPolicyInterface
Interfaces that all security policy classes must implements.

Code

public function checkMethodAllowed($obj, $method);