Home
last modified time | relevance | path

Searched refs:checkMethodAllowed (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php80 public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null) function in Twig\\Extension\\SandboxExtension
84 $this->policy->checkMethodAllowed($obj, $method);
112 $this->policy->checkMethodAllowed($obj, '__toString');
H A DCoreExtension.php1560 …$env->getExtension(SandboxExtension::class)->checkMethodAllowed($object, $method, $lineno, $source…
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php36 public function checkMethodAllowed($obj, $method); function
H A DSecurityPolicy.php88 public function checkMethodAllowed($obj, $method) function in Twig\\Sandbox\\SecurityPolicy