Home
last modified time | relevance | path

Searched refs:importedSymbols (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DParser.php54 private $importedSymbols; variable in Twig\\Parser
105 $this->importedSymbols = [[]];
341 $this->importedSymbols[0][$type][$alias] = ['name' => $name, 'node' => $internalRef];
350 …return $this->importedSymbols[0][$type][$alias] ?? ($this->importedSymbols[\count($this->importedS…
355 return 1 === \count($this->importedSymbols);
360 array_unshift($this->importedSymbols, []);
365 array_shift($this->importedSymbols);