예제 #1
0
 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));
 }