You are here

public function Twig_Function::setArguments in Zircon Profile 8

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

Overrides Twig_FunctionInterface::setArguments

File

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

Class

Twig_Function
Represents a template function.

Code

public function setArguments($arguments) {
  $this->arguments = $arguments;
}