4include_once 
'./Services/Export/classes/class.ilXmlExporter.php';
 
   27                'component'             => 
'Services/Container',
 
   70        if ($a_entity == 
"cat") {
 
   71            include_once(
"./Services/Taxonomy/classes/class.ilObjTaxonomy.php");
 
   73            foreach ($a_ids as 
$id) {
 
   75                if (count($t_ids) > 0) {
 
   76                    $tax_ids[$t_ids[0]] = $t_ids[0];
 
   82                    "component" => 
"Services/Taxonomy",
 
  103            $GLOBALS[
'ilLog']->write(__METHOD__ . $a_id . 
' is not instance of type category!');
 
  107        include_once 
'./Modules/Category/classes/class.ilCategoryXmlWriter.php';
 
  111        $writer->export(
false);
 
  112        return $writer->getXml();
 
  126                "namespace" => 
"http://www.ilias.de/Modules/Category/cat/4_3",
 
  127                "xsd_file" => 
"ilias_cat_4_3.xsd",
 
  128                "uses_dataset" => 
false,
 
An exception for terminatinating execution or to throw for unit testing.
Class for category export.
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml.
getXmlExportHeadDependencies($a_entity, $a_target_release, $a_ids)
Get head dependencies.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
Class for category export.
static getUsageOfObject($a_obj_id, $a_include_titles=false)
Get usage of object.
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
static _getAllReferences($a_id)
get all reference ids of object
if(!array_key_exists('StateId', $_REQUEST)) $id
$GLOBALS['loaded']
Global hash that tracks already loaded includes.