Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DExecutionContext.php571 * @deprecated uses {@link SiteConfig::setCacheXhtmlOn()}
573 public function setCacheXhtmlOn(): ExecutionContext
575 $this->getApp()->getConfig()->setCacheXhtmlOn();
586 $this->getApp()->getConfig()->setCacheXhtmlOn();
564 public function setCacheXhtmlOn(): ExecutionContext global() function in ComboStrap\\ExecutionContext
H A DSiteConfig.php186 public function setCacheXhtmlOn() function in ComboStrap\\SiteConfig
H A DSite.php507 public static function setCacheXhtmlOn() function in ComboStrap\\Site