Home
last modified time | relevance | path

Searched refs:getCallableParameters (Results 1 – 1 of 1) sorted by last modified time

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php145 $callableParameters = $this->getCallableParameters($callable, $isVariadic);
229 private function getCallableParameters($callable, $isVariadic) function in Twig\\Node\\Expression\\CallExpression