4 include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
24 include_once(
"./Services/Object/classes/class.ilObjectDataSet.php");
26 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
27 $this->ds->setDSPrefix(
"ds");
53 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
54 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
68 "namespace" =>
"http://www.ilias.de/Services/Object/obj/5_4",
69 "xsd_file" =>
"ilias_obj_5_4.xsd",
70 "uses_dataset" =>
true,
74 "namespace" =>
"http://www.ilias.de/Services/Object/obj/5_1",
75 "xsd_file" =>
"ilias_obj_5_1.xsd",
76 "uses_dataset" =>
true,
80 "namespace" =>
"http://www.ilias.de/Services/Object/obj/4_4",
81 "xsd_file" =>
"ilias_obj_4_4.xsd",
82 "uses_dataset" =>
true,
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
Exporter class for object related data (please note that title and description are usually included i...
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.