Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php80 public function checkMethodAllowed($obj, $method) function in Twig\\Extension\\SandboxExtension
83 $this->policy->checkMethodAllowed($obj, $method);
97 $this->policy->checkMethodAllowed($obj, '__toString');
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php23 public function checkMethodAllowed($obj, $method); function
H A DSecurityPolicy.php89 public function checkMethodAllowed($obj, $method) function in Twig\\Sandbox\\SecurityPolicy
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php664 …$this->env->getExtension('\Twig\Extension\SandboxExtension')->checkMethodAllowed($object, $method);