public function Twig_TokenStream::getCurrent in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/TokenStream.php \Twig_TokenStream::getCurrent()
Gets the current token.
Return value
File
- vendor/
twig/ twig/ lib/ Twig/ TokenStream.php, line 141
Class
- Twig_TokenStream
- Represents a token stream.
Code
public function getCurrent() {
return $this->tokens[$this->current];
}