4 include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
22 include_once(
"./Modules/Session/classes/class.ilSessionDataSet.php");
24 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
25 $this->ds->setDSPrefix(
"ds");
39 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
53 "namespace" =>
"http://www.ilias.de/Modules/Session/sess/4_1",
54 "xsd_file" =>
"ilias_sess_4_1.xsd",
55 "uses_dataset" =>
true,
59 "namespace" =>
"http://www.ilias.de/Modules/Session/sess/5_0",
60 "xsd_file" =>
"ilias_sess_5_0.xsd",
61 "uses_dataset" =>
true,
65 "namespace" =>
"http://www.ilias.de/Modules/Session/sess/5_1",
66 "xsd_file" =>
"ilias_sess_5_1.xsd",
67 "uses_dataset" =>
true,
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
Create styles array
The data for the language used.
Exporter class for sessions.