Searched refs:checkMethodAllowed (Results 1 – 4 of 4) sorted by relevance
80 public function checkMethodAllowed($obj, $method) function in Twig\\Extension\\SandboxExtension83 $this->policy->checkMethodAllowed($obj, $method);97 $this->policy->checkMethodAllowed($obj, '__toString');
23 public function checkMethodAllowed($obj, $method); function
89 public function checkMethodAllowed($obj, $method) function in Twig\\Sandbox\\SecurityPolicy
664 …$this->env->getExtension('\Twig\Extension\SandboxExtension')->checkMethodAllowed($object, $method);