public function Twig_Parser::getStream in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Parser.php \Twig_Parser::getStream()
Gets the token stream.
Return value
Twig_TokenStream The token stream
File
- vendor/
twig/ twig/ lib/ Twig/ Parser.php, line 347
Class
- Twig_Parser
- Default parser implementation.
Code
public function getStream() {
return $this->stream;
}