Beispiel #1
0
 public static function setAppInstance(Application $application)
 {
     self::$application = $application;
 }
 /**
  * Clears defined cache levels to redefine them again later
  */
 public static function clearCacheLevels()
 {
     self::$_cache_levels = array();
 }