Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedMethodError.php24 private $methodName; variable in Twig\\Sandbox\\SecurityNotAllowedMethodError
26 …public function __construct(string $message, string $className, string $methodName, int $lineno = … argument
39 $this->methodName = $methodName;
49 return $this->methodName;