Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 2 of 2) sorted by path

/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedFilterError.php25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen… argument
37 $this->filterName = $functionName;
H A DSecurityNotAllowedFunctionError.php23 private $functionName; variable in Twig\\Sandbox\\SecurityNotAllowedFunctionError
25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen… argument
37 $this->functionName = $functionName;
42 return $this->functionName;