You are here

public function Twig_Parser::popLocalScope in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Parser.php \Twig_Parser::popLocalScope()

File

vendor/twig/twig/lib/Twig/Parser.php, line 317

Class

Twig_Parser
Default parser implementation.

Code

public function popLocalScope() {
  array_shift($this->importedSymbols);
}