You are here

public function Twig_Node::getLine in Translation template extractor 7.3

Same name and namespace in other branches
  1. 6.3 vendor/Twig/Node.php \Twig_Node::getLine()

Overrides Twig_NodeInterface::getLine

2 calls to Twig_Node::getLine()
Twig_Node_Expression_Name::compile in vendor/Twig/Node/Expression/Name.php
Compiles the node to PHP.
Twig_Node_Expression_Test_Defined::__construct in vendor/Twig/Node/Expression/Test/Defined.php
Constructor.

File

vendor/Twig/Node.php, line 114

Class

Twig_Node
Represents a node in the AST.

Code

public function getLine() {
  return $this->lineno;
}