public function Twig_Function_Function::__construct

Overrides Twig_Function::__construct

File

drupal/core/vendor/twig/twig/lib/Twig/Function/Function.php, line 23

Class

Twig_Function_Function
Represents a function template function.

Code

public function __construct($function, array $options = array()) {
  parent::__construct($options);
  $this->function = $function;
}