You are here

public function Twig_Tests_Node_Expression_Call::getArguments in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/Node/Expression/CallTest.php \Twig_Tests_Node_Expression_Call::getArguments()

Overrides Twig_Node_Expression_Call::getArguments

File

vendor/twig/twig/test/Twig/Tests/Node/Expression/CallTest.php, line 112

Class

Twig_Tests_Node_Expression_Call

Code

public function getArguments($callable, $arguments) {
  return parent::getArguments($callable, $arguments);
}