You are here

public function Twig_Function_Node::getClass in Translation template extractor 6.3

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

File

vendor/Twig/Function/Node.php, line 31

Class

Twig_Function_Node
Represents a template function as a node.

Code

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