コード例 #1
0
ファイル: Registry.php プロジェクト: askzap/ultimate
 public static function setAppInstance(Application $application)
 {
     self::$application = $application;
 }
コード例 #2
0
 /**
  * Clears defined cache levels to redefine them again later
  */
 public static function clearCacheLevels()
 {
     self::$_cache_levels = array();
 }