Searched refs:allowedFunctions (Results 1 – 1 of 1) sorted by relevance
28 private $allowedFunctions; variable in Twig\\Sandbox\\SecurityPolicy31 …ters = [], array $allowedMethods = [], array $allowedProperties = [], array $allowedFunctions = []) argument37 $this->allowedFunctions = $allowedFunctions;65 $this->allowedFunctions = $functions;103 if (!\in_array($function, $this->allowedFunctions, true)) {