You are here

public function Twig_Test_Node::getClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Test/Node.php \Twig_Test_Node::getClass()

File

vendor/twig/twig/lib/Twig/Test/Node.php, line 32

Class

Twig_Test_Node
Represents a template test as a Node.

Code

public function getClass() {
  return $this->class;
}