Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Util/
DCallableArgumentsExtractor.php76 [$callableParameters, $isPhpVariadic] = $this->getCallableParameters();
185 private function getCallableParameters(): array function in Twig\\Util\\CallableArgumentsExtractor
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php179 … [$callableParameters, $isPhpVariadic] = $this->getCallableParameters($callable, $isVariadic);
281 private function getCallableParameters($callable, bool $isVariadic): array function in Twig\\Node\\Expression\\CallExpression