You are here

public function Twig_Function_Node::getClass in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/Function/Node.php \Twig_Function_Node::getClass()

File

vendor/twig/twig/lib/Twig/Function/Node.php, line 34

Class

Twig_Function_Node
Represents a template function as a node.

Code

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