Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php69 private $runtimes = []; variable in Twig\\Environment
667 if (isset($this->runtimes[$class])) {
668 return $this->runtimes[$class];
673 return $this->runtimes[$class] = $runtime;
678 return $this->runtimes[$class] = $runtime;