Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php56 private $autoReload; variable in Twig\\Environment
129 …$this->autoReload = null === $options['auto_reload'] ? $this->debug : (bool) $options['auto_reload…
194 $this->autoReload = true;
204 $this->autoReload = false;
214 return $this->autoReload;
288 …$this->cache = new FilesystemCache($cache, $this->autoReload ? FilesystemCache::FORCE_BYTECODE_INV…