34         $this->
lng = $DIC->language();
    35         $this->
ctrl = $DIC->ctrl();
    36         $this->glossary = $a_glossary;
    39         $terms = $this->glossary->getTermList();
    42         $this->
setTitle($this->glossary->getTitle() . 
": " . $this->
lng->txt(
"glo_select_terms"));
    48         $this->
setRowTemplate(
"tpl.glo_foreign_term_row.html", 
"Modules/Glossary");
    54     protected function fillRow(array $a_set): void
    56         $this->tpl->setVariable(
"TERM", $a_set[
"term"]);
    57         $this->tpl->setVariable(
"TERM_ID", $a_set[
"id"]);
 
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...
 
__construct(object $a_parent_obj, string $a_parent_cmd, ilObjGlossary $a_glossary)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
 
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)
 
addMultiCommand(string $a_cmd, string $a_text)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...