public function Twig_Test::__construct

3 calls to Twig_Test::__construct()
Twig_Test_Function::__construct in drupal/core/vendor/twig/twig/lib/Twig/Test/Function.php
Twig_Test_Method::__construct in drupal/core/vendor/twig/twig/lib/Twig/Test/Method.php
Twig_Test_Node::__construct in drupal/core/vendor/twig/twig/lib/Twig/Test/Node.php
3 methods override Twig_Test::__construct()
Twig_Test_Function::__construct in drupal/core/vendor/twig/twig/lib/Twig/Test/Function.php
Twig_Test_Method::__construct in drupal/core/vendor/twig/twig/lib/Twig/Test/Method.php
Twig_Test_Node::__construct in drupal/core/vendor/twig/twig/lib/Twig/Test/Node.php

File

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

Class

Twig_Test
Represents a template test.

Code

public function __construct(array $options = array()) {
  $this->options = array_merge(array(
    'callable' => null,
  ), $options);
}