Searched refs:autoReload (Results 1 – 2 of 2) sorted by relevance
54 protected $autoReload; variable in Twig\\Environment145 …$this->autoReload = null === $options['auto_reload'] ? $this->debug : (bool) $options['auto_reload…226 $this->autoReload = true;234 $this->autoReload = false;244 return $this->autoReload;
1017 The loaders do not take the cache and autoReload arguments anymore. Instead,