public function Twig_Node::getLine in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Node.php \Twig_Node::getLine()
Overrides Twig_NodeInterface::getLine
2 calls to Twig_Node::getLine()
- Twig_Node_Expression_Name::compile in vendor/twig/ twig/ lib/ Twig/ Node/ Expression/ Name.php 
- Compiles the node to PHP.
- Twig_Node_Expression_Test_Defined::__construct in vendor/twig/ twig/ lib/ Twig/ Node/ Expression/ Test/ Defined.php 
- Constructor.
File
- vendor/twig/ twig/ lib/ Twig/ Node.php, line 114 
Class
- Twig_Node
- Represents a node in the AST.
Code
public function getLine() {
  return $this->lineno;
}