Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php65 private $runtimes = []; variable in Twig\\Environment
686 if (isset($this->runtimes[$class])) {
687 return $this->runtimes[$class];
692 return $this->runtimes[$class] = $runtime;