コード例 #1
0
ファイル: ezextension.php プロジェクト: nottavi/ezpublish
 /**
  * Clears the active extensions in-memory cache
  * @return void
  */
 public static function clearActiveExtensionsMemoryCache()
 {
     self::$activeExtensionsCache = array();
 }