35 $ilCtrl = $DIC[
'ilCtrl'];
38 $this->
ctrl = $ilCtrl;
42 $this->
setStyle(
'table',
'fullwidth');
46 $this->
addColumn($this->
lng->txt(
"firstname"),
'firstname',
'');
47 $this->
addColumn($this->
lng->txt(
"lastname"),
'lastname',
'');
48 $this->
addColumn($this->
lng->txt(
"clientip"),
'clientip',
'');
50 $this->
setTitle($this->
lng->txt(
'search_users'),
'icon_usr.svg', $this->
lng->txt(
'usr'));
52 $this->
setRowTemplate(
"tpl.il_as_tst_invite_users_row.html",
"Modules/Test");
65 $this->
enable(
'select_all');
68 public function fillRow(array $a_set): void
70 $this->tpl->setVariable(
"USER_ID", $a_set[
'usr_id']);
71 $this->tpl->setVariable(
"LOGIN", $a_set[
'login']);
72 $this->tpl->setVariable(
"FIRSTNAME", $a_set[
'firstname']);
73 $this->tpl->setVariable(
"LASTNAME", $a_set[
'lastname']);
74 $this->tpl->setVariable(
"CLIENT_IP", $a_set[
'clientip']);
enable(string $a_module_name)
setFormAction(string $a_form_action, bool $a_multipart=false)
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
setFormName(string $a_name="")
setStyle(string $a_element, string $a_style)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
__construct($a_parent_obj, $a_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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setPrefix(string $a_prefix)