Exemplo n.º 1
0
 public static function system_library_sections($params)
 {
     $r = Plex_XML_Data::createSysContainer();
     Plex_XML_Data::setSysSections($r, Catalog::get_catalogs());
     Plex_XML_Data::setContainerSize($r);
     self::apiOutputXml($r->asXML());
 }