34 $this->glossary = $a_glossary;
35 $this->
id =
"glo_glo";
36 $this->
lng = $DIC->language();
37 $this->
ctrl = $DIC->ctrl();
45 $this->
setTitle($this->
lng->txt(
"cont_auto_glossaries"));
51 $this->
setRowTemplate(
"tpl.glo_glossary_auto_link_row.html",
"Modules/Glossary");
54 protected function fillRow(array $a_set): void
56 $this->
ctrl->setParameter($this->parent_obj,
"glo_id", $a_set[
"glo_id"]);
57 $this->tpl->setCurrentBlock(
"cmd");
58 $this->tpl->setVariable(
"CMD_HREF", $this->
ctrl->getLinkTarget($this->parent_obj,
"removeGlossary"));
59 $this->tpl->setVariable(
"CMD_TXT", $this->
lng->txt(
"remove"));
60 $this->tpl->parseCurrentBlock();
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
__construct(ilObjGlossary $a_glossary, object $a_parent_obj, string $a_parent_cmd)
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)