You are here

public function Twig_Function::getArguments in Translation template extractor 7.3

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

Overrides Twig_FunctionInterface::getArguments

File

vendor/Twig/Function.php, line 42

Class

Twig_Function
Represents a template function.

Code

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