public function Twig_Node::getLine in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Node.php \Twig_Node::getLine()
Overrides Twig_NodeInterface::getLine
1 call to Twig_Node::getLine()
- Twig_Node_Expression_Test_Defined::__construct in vendor/
Twig/ Node/ Expression/ Test/ Defined.php - Constructor.
File
- vendor/
Twig/ Node.php, line 112
Class
- Twig_Node
- Represents a node in the AST.
Code
public function getLine() {
return $this->lineno;
}