4 include_once(
"./Services/Export/classes/class.ilXmlExporter.php");
22 include_once(
"./Services/Help/classes/class.ilHelpDataSet.php");
24 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
25 $this->ds->setDSPrefix(
"ds");
38 if ($a_target_release ==
"4.3.0")
40 if ($a_entity ==
"help")
42 $lm_node_ids = array();
43 include_once(
"./Modules/LearningModule/classes/class.ilLMObject.php");
44 foreach($a_ids as $lm_id)
47 foreach ($chaps as $chap)
49 $lm_node_ids[] = $chap[
"obj_id"];
55 "component" =>
"Services/Help",
56 "entity" =>
"help_map",
57 "ids" => $lm_node_ids),
59 "component" =>
"Services/Help",
60 "entity" =>
"help_tooltip",
80 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
94 "namespace" =>
"http://www.ilias.de/Services/Help/help/4_3",
95 "xsd_file" =>
"ilias_help_4_3.xsd",
96 "uses_dataset" =>
true,