Searched refs:functionName (Results 1 – 4 of 4) sorted by relevance
21 private string $functionName; variable in Twig\\Sandbox\\SecurityNotAllowedFunctionError23 public function __construct(string $message, string $functionName) argument26 $this->functionName = $functionName;31 return $this->functionName;
23 public function __construct(string $message, string $functionName) argument26 $this->filterName = $functionName;
1607 private function requireProcessIsStarted(string $functionName) argument1610 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));1619 private function requireProcessIsTerminated(string $functionName) argument1622 …ow new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionName));
2990 this.functionName=null;