Searched refs:autoReload (Results 1 – 1 of 1) sorted by relevance
56 private $autoReload; variable in Twig\\Environment129 …$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…