Пример #1
0
 public static function onEndBufferContent(&$content)
 {
     AppCacheManifest::getInstance()->generate($content);
 }
Пример #2
0
 /**
  * Gets useAppCache property
  * @return bool
  */
 public function getUseAppCache()
 {
     $appCache = \Freetrix\Main\Data\AppCacheManifest::getInstance();
     return $appCache->isEnabled();
 }