Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php54 protected $autoReload; variable in Twig\\Environment
145 …$this->autoReload = null === $options['auto_reload'] ? $this->debug : (bool) $options['auto_reload…
226 $this->autoReload = true;
234 $this->autoReload = false;
244 return $this->autoReload;
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG1017 The loaders do not take the cache and autoReload arguments anymore. Instead,