34         bool $a_validation = 
false    38         $this->
ctrl = $DIC->ctrl();
    39         $this->
lng = $DIC->language();
    40         $this->
access = $DIC->access();
    41         $ilCtrl = $DIC->ctrl();
    42         $lng = $DIC->language();
    43         $this->help_map = $DIC->help()->internal()->domain()->map();
    45         $this->
setId(
"lm_help_map");
    46         $this->validation = $a_validation;
    58         $this->
setRowTemplate(
"tpl.help_map_row.html", 
"Modules/LearningModule");
    68         $lm_tree = $this->parent_obj->getObject()->getTree();
    70         if ($hc > 0 && $lm_tree->isInTree($hc)) {
    73             $chaps = $lm_tree->getFilteredSubTree($hc, array(
"pg"));
    83     protected function fillRow(array $a_set): void
    87         $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"title"]);
    88         $this->tpl->setVariable(
"PAGE_ID", $a_set[
"obj_id"]);
    90         $screen_ids = $this->help_map->getScreenIdsOfChapter($a_set[
"obj_id"]);
    92         $this->tpl->setVariable(
 
static get(string $a_var)
 
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
 
setFormAction(string $a_form_action, bool $a_multipart=false)
 
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
 
ILIAS Help Map MapManager $help_map
 
static getChapterList(int $a_lm_id)
 
setDefaultOrderField(string $a_defaultorderfield)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
setDefaultOrderDirection(string $a_defaultorderdirection)
 
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
 
__construct(object $a_parent_obj, string $a_parent_cmd, bool $a_validation=false)
 
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...