33 bool $a_has_write_permission =
false 37 $this->
ctrl = $DIC->ctrl();
38 $this->
lng = $DIC->language();
39 $this->
access = $DIC->access();
41 $ilCtrl = $DIC->ctrl();
42 $lng = $DIC->language();
43 $this->has_write_permission = $a_has_write_permission;
45 $this->
setId(
"help_mods");
57 $this->
setRowTemplate(
"tpl.help_module_row.html",
"Services/Help");
59 if ($this->has_write_permission) {
66 $this->
setData($this->parent_obj->getObject()->getHelpModules());
69 protected function fillRow(array $a_set): void
75 $ilCtrl->
setParameter($this->parent_obj,
"hm_id", $a_set[
"id"]);
76 if ($this->has_write_permission) {
77 $this->tpl->setCurrentBlock(
"cmd");
78 if ((
int) $a_set[
"id"] === (
int)
$ilSetting->get(
"help_module")) {
79 $this->tpl->setVariable(
81 $ilCtrl->getLinkTarget($this->parent_obj,
"deactivateModule")
83 $this->tpl->setVariable(
"TXT_CMD",
$lng->
txt(
"deactivate"));
85 $this->tpl->setVariable(
87 $ilCtrl->getLinkTarget($this->parent_obj,
"activateModule")
89 $this->tpl->setVariable(
"TXT_CMD",
$lng->
txt(
"activate"));
91 $this->tpl->parseCurrentBlock();
93 $ilCtrl->setParameter($this->parent_obj,
"hm_id",
"");
94 $this->tpl->setVariable(
"TITLE", $a_set[
"title"] ??
"");
95 $this->tpl->setVariable(
99 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(object $a_parent_obj, string $a_parent_cmd, bool $a_has_write_permission=false)
__construct(Container $dic, ilPlugin $plugin)
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)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
bool $has_write_permission
addMultiCommand(string $a_cmd, string $a_text)