5include_once 
'./Modules/Folder/classes/class.ilFolderXmlWriter.php';
 
    6include_once 
'./Services/Export/classes/class.ilXmlExporter.php';
 
   50                                'component'             => 
'Services/Container',
 
   97                        $GLOBALS[
'ilLog']->write(__METHOD__. $a_id . 
' is not instance of type group');
 
  101                include_once 
'./Modules/Group/classes/class.ilGroupXMLWriter.php';
 
  104                $this->writer->start();
 
  105                return $this->writer->getXML();
 
  119                                "namespace" => 
"http://www.ilias.de/Modules/Group/grp/4_1",
 
  120                                "xsd_file" => 
"ilias_grp_4_1.xsd",
 
  121                                "uses_dataset" => 
false,
 
  125                                "namespace" => 
"http://www.ilias.de/Modules/Group/grp/5_0",
 
  126                                "xsd_file" => 
"ilias_grp_5_0.xsd",
 
  127                                "uses_dataset" => 
false,
 
An exception for terminatinating execution or to throw for unit testing.
getXmlExportHeadDependencies($a_entity, $a_target_release, $a_ids)
Get head dependencies.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
__construct()
Constructor.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml.
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.