コード例 #1
0
ファイル: api_core_update.php プロジェクト: VIEWSION/redaxo
 public static function getVersions()
 {
     return rex_install_webservice::getJson('core');
 }
コード例 #2
0
ファイル: packages.php プロジェクト: staabm/redaxo
 private static function getPackages($path = '')
 {
     return rex_install_webservice::getJson(self::getPath($path));
 }