3 declare(strict_types=1);
30 $this->
ctrl = $DIC[
'ilCtrl'];
31 $this->
lng = $DIC[
'lng'];
33 $this->
setId(
'mmsearch_' . $root_obj_id);
35 $this->
lng->loadLanguageModule(
'prg');
39 $this->
ctrl->clearParameters($parent_obj);
41 $this->
setRowTemplate(
'tpl.mail_member_search_row.html',
'Modules/StudyProgramme');
45 $this->
addColumn($this->
lng->txt(
'login'),
'login',
'22%');
46 $this->
addColumn($this->
lng->txt(
'name'),
'name',
'22%');
51 $this->
addMultiCommand(
'sendMailToSelectedUsers', $this->
lng->txt(
'mail_assignments'));
58 protected function fillRow(array $a_set): void
60 foreach ($a_set as
$key => $value) {
61 $this->tpl->setVariable(strtoupper(
$key), $value);
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...
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct(ilStudyProgrammeMailMemberSearchGUI $parent_obj, int $root_obj_id, string $parent_cmd="")
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__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)
addMultiCommand(string $a_cmd, string $a_text)