3 declare(strict_types=1);
35 bool $a_editable =
true,
36 bool $isAdministrationContext =
false 38 $this->
setId(
"rbac_ua_" . $a_role_id);
39 $this->role_id = $a_role_id;
40 $this->roleAssignmentEditable = $a_editable;
47 $this->
addColumn($this->
lng->txt(
"login"),
"login",
"29%");
48 $this->
addColumn($this->
lng->txt(
"firstname"),
"firstname",
"29%");
49 $this->
addColumn($this->
lng->txt(
"lastname"),
"lastname",
"29%");
56 $this->
setRowTemplate(
"tpl.user_assignment_row.html",
"Services/AccessControl");
64 if ($this->roleAssignmentEditable) {
69 $this->
lng->loadLanguageModule(
'user');
72 $this->
lng->txt(
'clipboard_add_btn')
113 $this->
setData((array) $usr_data[
"set"]);
119 protected function fillRow(array $a_set): void
121 $this->tpl->setVariable(
"VAL_FIRSTNAME", $a_set[
"firstname"]);
122 $this->tpl->setVariable(
"VAL_LASTNAME", $a_set[
"lastname"]);
128 $this->tpl->setVariable(
"ID", $a_set[
"usr_id"]);
132 $actions->setSelectionHeaderClass(
"small");
133 $actions->setItemLinkClass(
"small");
135 $actions->setListTitle($this->
lng->txt(
'actions'));
136 $actions->setId((
string) $a_set[
'usr_id']);
141 array(
'fr' => rawurlencode(base64_encode($this->
ctrl->getLinkTarget(
142 $this->getParentObject(),
149 array(
'type' =>
'new',
'rcp_to' => $a_set[
'login'])
152 $this->
lng->txt(
'message'),
157 if ($this->isAdministrationContext) {
158 $this->
ctrl->setParameterByClass(
"ilobjusergui",
"ref_id", 7);
159 $this->
ctrl->setParameterByClass(
"ilobjusergui",
"obj_id", $a_set[
"usr_id"]);
161 $link_change = $this->
ctrl->getLinkTargetByClass(array(
"iladministrationgui",
"ilobjusergui"),
"view");
163 $this->tpl->setVariable(
'VAL_LOGIN', $a_set[
'login']);
164 $this->tpl->setVariable(
'HREF_LOGIN', $link_change);
166 $this->
lng->txt(
"edit"),
171 $this->tpl->setVariable(
'VAL_PLAIN_LOGIN', $a_set[
'login']);
182 $this->
lng->txt(
'remove'),
188 $this->tpl->setVariable(
'VAL_ACTIONS', $actions->getHTML());
fillRow(array $a_set)
Fill table row.
setFormAction(string $a_form_action, bool $a_multipart=false)
setEnableTitle(bool $a_enabletitle)
bool $isAdministrationContext
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
const SYSTEM_USER_ID
This file contains constants for PHPStan analyis, see: https://phpstan.org/config-reference#constants...
getItems()
Get user items.
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_role_id, bool $a_editable=true, bool $isAdministrationContext=false)
bool $roleAssignmentEditable
getRoleId()
get current role id
setExternalSorting(bool $a_val)
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
setDefaultOrderField(string $a_defaultorderfield)
isRoleAssignmentEditable()
Check if role assignment is editable.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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)
static getUserListData(string $a_order_field, string $a_order_dir, int $a_offset, int $a_limit, string $a_string_filter="", string $a_activation_filter="", ?ilDateTime $a_last_login_filter=null, bool $a_limited_access_filter=false, bool $a_no_courses_filter=false, int $a_course_group_filter=0, int $a_role_filter=0, array $a_user_folder_filter=null, array $a_additional_fields=null, array $a_user_filter=null, string $a_first_letter="", string $a_authentication_filter="")
Get data for user administration list.
addMultiCommand(string $a_cmd, string $a_text)
determineOffsetAndOrder(bool $a_omit_offset=false)
setEnableHeader(bool $a_enableheader)
setMaxCount(int $a_max_count)
set max.
setExternalSegmentation(bool $a_val)