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_entity ==
"help")
40 $lm_node_ids =
array();
41 include_once(
"./Modules/LearningModule/classes/class.ilLMObject.php");
42 foreach($a_ids as $lm_id)
45 foreach ($chaps as $chap)
47 $lm_node_ids[] = $chap[
"obj_id"];
53 "component" =>
"Services/Help",
54 "entity" =>
"help_map",
55 "ids" => $lm_node_ids),
57 "component" =>
"Services/Help",
58 "entity" =>
"help_tooltip",
77 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, $a_id,
"",
true,
true);
91 "namespace" =>
"http://www.ilias.de/Services/Help/help/4_3",
92 "xsd_file" =>
"ilias_help_4_3.xsd",
93 "uses_dataset" =>
true,
getXmlExportTailDependencies($a_entity, $a_target_release, $a_ids)
Get tail dependencies.
Exporter class for help system information.
Help system data set class.
getXmlRepresentation($a_entity, $a_schema_version, $a_id)
Get xml representation.
Create styles array
The data for the language used.
static getObjectList($lm_id, $type="")
static
getValidSchemaVersions($a_entity)
Returns schema versions that the component can export to.