コード例 #1
0
ファイル: class.System.php プロジェクト: AlexanderS/Part-DB
 /**
  * @brief Get the latest version which is available
  *
  * @param string $type          the version type ('stable' or 'unstable')
  *
  * @retval SystemVersion        the latest available version
  *
  * @throws Exception if there was an error
  *
  * @see SystemVersion::get_latest_version()
  */
 public function get_latest_version($type)
 {
     return SystemVersion::get_latest_version($type);
 }