You are here

public function Twig_Sandbox_SecurityPolicyInterface::checkMethodAllowed in Zircon Profile 8.0

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

File

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

Class

Twig_Sandbox_SecurityPolicyInterface
Interfaces that all security policy classes must implements.

Code

public function checkMethodAllowed($obj, $method);