public function Twig_Function::getArguments in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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;
}