public function Twig_Test_Node::__construct

Overrides Twig_Test::__construct

File

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

Class

Twig_Test_Node
Represents a template test as a Node.

Code

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