4include_once 
'./Services/Export/classes/class.ilXmlExporter.php';
 
   27                                'component'             => 
'Services/Container',
 
   70                if ($a_entity == 
"cat")
 
   72                        include_once(
"./Services/Taxonomy/classes/class.ilObjTaxonomy.php");
 
   74                        foreach ($a_ids as $id)
 
   77                                if (count($t_ids) > 0)
 
   79                                        $tax_ids[$t_ids[0]] = $t_ids[0];
 
   85                                        "component" => 
"Services/Taxonomy",
 
  107                        $GLOBALS[
'ilLog']->write(__METHOD__. $a_id . 
' is not instance of type category!');
 
  111                include_once 
'./Modules/Category/classes/class.ilCategoryXmlWriter.php';
 
  115                $writer->export(
false);
 
  116                return $writer->getXml();
 
  130                                "namespace" => 
"http://www.ilias.de/Modules/Category/cat/4_3",
 
  131                                "xsd_file" => 
"ilias_cat_4_3.xsd",
 
  132                                "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
$GLOBALS['loaded']
Global hash that tracks already loaded includes.