public function Twig_Token::getLine in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Token.php \Twig_Token::getLine()
Gets the line.
Return value
int The source line
File
- vendor/
twig/ twig/ lib/ Twig/ Token.php, line 94
Class
- Twig_Token
- Represents a Token.
Code
public function getLine() {
return $this->lineno;
}