28 public function init(): void
31 $this->ds->setExportDirectories($this->dir_relative, $this->dir_absolute);
32 $this->ds->setDSPrefix(
"ds");
37 string $a_target_release,
40 if ($a_entity ===
"help") {
41 $lm_node_ids = array();
42 foreach ($a_ids as $lm_id) {
44 foreach ($chaps as $chap) {
45 $lm_node_ids[] = $chap[
"obj_id"];
51 "component" =>
"Services/Help",
52 "entity" =>
"help_map",
53 "ids" => $lm_node_ids),
55 "component" =>
"Services/Help",
56 "entity" =>
"help_tooltip",
66 string $a_schema_version,
69 return $this->ds->getXmlRepresentation($a_entity, $a_schema_version, [$a_id],
"",
true,
true);
76 "namespace" =>
"https://www.ilias.de/Services/Help/help/4_3",
77 "xsd_file" =>
"ilias_help_4_3.xsd",
78 "uses_dataset" =>
true,
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getObjectList(int $lm_id, string $type="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getValidSchemaVersions(string $a_entity)
getXmlExportTailDependencies(string $a_entity, string $a_target_release, array $a_ids)
getXmlRepresentation(string $a_entity, string $a_schema_version, string $a_id)