public function Twig_Parser::pushLocalScope in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Parser.php \Twig_Parser::pushLocalScope()
File
- vendor/
twig/ twig/ lib/ Twig/ Parser.php, line 312
Class
- Twig_Parser
- Default parser implementation.
Code
public function pushLocalScope() {
array_unshift($this->importedSymbols, array());
}