public function Twig_TokenStream::getFilename in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/TokenStream.php \Twig_TokenStream::getFilename()
Gets the filename associated with this stream.
Return value
string
File
- vendor/
twig/ twig/ lib/ Twig/ TokenStream.php, line 151
Class
- Twig_TokenStream
- Represents a token stream.
Code
public function getFilename() {
return $this->filename;
}