Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php51 private $autoReload; variable in Twig\\Environment
123 …$this->autoReload = null === $options['auto_reload'] ? $this->debug : (bool) $options['auto_reload…
193 $this->autoReload = true;
201 $this->autoReload = false;
211 return $this->autoReload;