3include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
8 include_once(
"./Modules/ScormAicc/classes/class.ilScormAiccDataSet.php");
18 $this->dataset->setExportDirectories($this->dir_relative, $this->dir_absolute);
20 return $this->dataset->getExtendedXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
false,
true);
28 "namespace" =>
"http://www.ilias.de/Modules/ScormAicc/sahs/5_1",
29 "xsd_file" =>
"xml/ilias_sahs_5_1.xsd",
30 "uses_dataset" =>
true,
An exception for terminatinating execution or to throw for unit testing.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
__construct()
Constructor.