You are here

public function Twig_Function::getArguments in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Function.php \Twig_Function::getArguments()

Overrides Twig_FunctionInterface::getArguments

File

vendor/twig/twig/lib/Twig/Function.php, line 42

Class

Twig_Function
Represents a template function.

Code

public function getArguments() {
  return $this->arguments;
}