public function Twig_Test_Function::__construct

File

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

Class

Twig_Test_Function
Represents a function template test.

Code

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