Searched refs:getCallableParameters (Results 1 – 1 of 1) sorted by relevance
149 … list($callableParameters, $isPhpVariadic) = $this->getCallableParameters($callable, $isVariadic);246 private function getCallableParameters($callable, bool $isVariadic): array function in Twig\\Node\\Expression\\CallExpression