28 return array(
"4.3.0");
31 protected function getXmlNamespace(
string $a_entity,
string $a_schema_version): string
33 return "https://www.ilias.de/xml/Services/Help/" . $a_entity;
36 protected function getTypes(
string $a_entity,
string $a_version): array
38 if ($a_entity ===
"help_map") {
43 "Component" =>
"text",
45 "ScreenSubId" =>
"text",
51 if ($a_entity ===
"help_tooltip") {
66 public function readData(
string $a_entity,
string $a_version, array $a_ids): void
70 if ($a_entity ===
"help_map") {
76 $ilDB->in(
"chap", $a_ids,
false,
"integer"));
81 if ($a_entity ===
"help_tooltip") {
85 " WHERE module_id = " .
$ilDB->quote(0,
"integer"));
96 string $a_schema_version
103 $module_id = $a_mapping->
getMapping(
'Services/Help',
'help_module', 0);
113 if ((
int) $new_chap === 0) {
115 'Modules/LearningModule',
126 $a_rec[
"ScreenSubId"],
137 $module_id = $a_mapping->
getMapping(
'Services/Help',
'help_module', 0);
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...
getTypes(string $a_entity, string $a_version)
static saveMappingEntry(int $a_chap, string $a_comp, string $a_screen_id, string $a_screen_sub_id, string $a_perm, int $a_module_id=0)
readData(string $a_entity, string $a_version, array $a_ids)
getMapping(string $a_comp, string $a_entity, string $a_old_id)
static addTooltip(string $a_tt_id, string $a_text, int $a_module_id=0)
importRecord(string $a_entity, array $a_types, array $a_rec, ilImportMapping $a_mapping, string $a_schema_version)
getDirectDataFromQuery(string $a_query, bool $a_convert_to_leading_upper=true, bool $a_set=true)
Get data from query.This is a standard procedure, all db field names are directly mapped to abstract ...
stripTags(array $rec, array $omit_keys=[])
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getXmlNamespace(string $a_entity, string $a_schema_version)