Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php87 public function checkPropertyAllowed($obj, $method) function in Twig\\Extension\\SandboxExtension
90 $this->policy->checkPropertyAllowed($obj, $method);
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php25 public function checkPropertyAllowed($obj, $method); function
H A DSecurityPolicy.php111 public function checkPropertyAllowed($obj, $property) function in Twig\\Sandbox\\SecurityPolicy
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php582 …$this->env->getExtension('\Twig\Extension\SandboxExtension')->checkPropertyAllowed($object, $item);