Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Extension/
DSandboxExtension.php96 … public function checkMethodAllowed($obj, $method, int $lineno = -1, ?Source $source = null): void function in Twig\\Extension\\SandboxExtension
100 $this->policy->checkMethodAllowed($obj, $method);
166 $this->policy->checkMethodAllowed($obj, '__toString');
DCoreExtension.php1897 …$env->getExtension(SandboxExtension::class)->checkMethodAllowed($object, $method, $lineno, $source…
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicyInterface.php36 public function checkMethodAllowed($obj, $method): void; function
DSecurityPolicy.php117 public function checkMethodAllowed($obj, $method): void function in Twig\\Sandbox\\SecurityPolicy