4 include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
22 include_once(
"./Modules/HTMLLearningModule/classes/class.ilHTMLLearningModuleDataSet.php");
24 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
25 $this->ds->setDSPrefix(
"ds");
40 foreach ($a_ids as
$id) {
41 $md_ids[] = $id .
":0:htlm";
46 "component" =>
"Services/MetaData",
62 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
63 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
77 "namespace" =>
"http://www.ilias.de/Modules/HTMLLearningModule/htlm/4_1",
78 "xsd_file" =>
"ilias_htlm_4_1.xsd",
79 "uses_dataset" =>
true,
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
if(!array_key_exists('StateId', $_REQUEST)) $id
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
Create styles array
The data for the language used.
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.
HTML learning module data set class.
Exporter class for html learning modules.