public function Twig_Test_Node::__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) {
  $this->class = $class;
}