Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DTwigFilter.php87 public function getArguments() function in Twig\\TwigFilter
H A DTwigFunction.php85 public function getArguments() function in Twig\\TwigFunction
H A DTwigTest.php81 public function getArguments() function in Twig\\TwigTest
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DFilterExpression.php34 $this->setAttribute('arguments', $filter->getArguments());
H A DFunctionExpression.php33 $this->setAttribute('arguments', $function->getArguments());
H A DTestExpression.php36 $this->setAttribute('arguments', $test->getArguments());
H A DCallExpression.php103 $arguments = $this->getArguments($callable, $this->getNode('arguments'));
116 protected function getArguments($callable, $arguments) function in Twig\\Node\\Expression\\CallExpression