public function Twig_Compiler::getFilename in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Compiler.php \Twig_Compiler::getFilename()
File
- vendor/
twig/ twig/ lib/ Twig/ Compiler.php, line 39
Class
- Twig_Compiler
- Compiles a node to PHP code.
Code
public function getFilename() {
return $this->filename;
}