Beispiel #1
0
 public static function getVersions()
 {
     return rex_install_webservice::getJson('core');
 }
Beispiel #2
0
 private static function getPackages($path = '')
 {
     return rex_install_webservice::getJson(self::getPath($path));
 }