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