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