Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicy.php28 private $allowedFunctions; variable in Twig\\Sandbox\\SecurityPolicy
30 …ters = [], array $allowedMethods = [], array $allowedProperties = [], array $allowedFunctions = []) argument
36 $this->allowedFunctions = $allowedFunctions;
64 $this->allowedFunctions = $functions;
82 if (!\in_array($function, $this->allowedFunctions)) {