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