Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php111 foreach ($twigCallable->getArguments() as $argument) {
144 protected function getArguments($callable, $arguments) function in Twig\\Node\\Expression\\CallExpression
304 foreach ($twigCallable->getArguments() as $argument) {
367 …), $this->hasAttribute('arguments') ? $this->getAttribute('arguments') : $current->getArguments()),
378 …), $this->hasAttribute('arguments') ? $this->getAttribute('arguments') : $current->getArguments()),
389 …), $this->hasAttribute('arguments') ? $this->getAttribute('arguments') : $current->getArguments()),
/template/twigstarter/vendor/twig/twig/src/
DTwigCallableInterface.php42 public function getArguments(): array; function
DAbstractTwigCallable.php139 public function getArguments(): array function in Twig\\AbstractTwigCallable
/template/twigstarter/vendor/twig/twig/src/Util/
DCallableArgumentsExtractor.php203 foreach ($this->twigCallable->getArguments() as $argument) {