3 declare(strict_types=1);
51 $this->
lng->txt(
'name')
53 $this->current_filter[
'login'] = (string) $login->getValue();
54 $this->current_filter[
'roles'] = 0;
60 $this->
lng->txt(
'objs_role')
64 $options[0] = $this->
lng->txt(
'all_roles');
65 $role->setOptions($options + $this->
getParentObject()->getLocalRoles());
66 $this->current_filter[
'roles'] = (
int) $role->getValue();
72 $options[0] = $this->
lng->txt(
'select_one');
73 foreach ($paths as $org_ref_id =>
$path) {
74 $options[$org_ref_id] =
$path;
81 $this->
lng->txt(
'org_units')
83 $org->setOptions($options);
84 $this->current_filter[
'org_units'] = $org->getValue();
94 $GLOBALS[
'DIC'][
'lng']->loadLanguageModule(
'ps');
95 if (self::$all_columns) {
96 # return self::$all_columns; 103 self::$all_columns[
'prtf'] = array(
104 'txt' => $this->
lng->txt(
'obj_prtf'),
109 $login = array_splice(self::$all_columns, 0, 1);
110 self::$all_columns = array_merge(
114 'txt' => $this->
lng->txt(
'objs_role'),
120 self::$all_columns = array_merge($login, self::$all_columns);
121 return self::$all_columns;
136 if (!self::$confirmation_required) {
139 if (!self::$export_allowed) {
142 return in_array($a_usr_id, self::$accepted_ids);
147 if (self::$accepted_ids !== null) {
168 if (!self::$has_odf_definitions && !$loc_enabled) {
169 $this->
ctrl->setParameter($this->parent_obj,
'member_id', $a_set[
'usr_id']);
170 $this->tpl->setCurrentBlock(
'link');
171 $this->tpl->setVariable(
'LINK_NAME', $this->
ctrl->getLinkTarget($this->parent_obj,
'editMember'));
172 $this->tpl->setVariable(
'LINK_TXT', $this->
lng->txt(
'edit'));
173 $this->tpl->parseCurrentBlock();
179 $list->setSelectionHeaderClass(
'small');
180 $list->setItemLinkClass(
'small');
181 $list->setId(
'actl_' . $a_set[
'usr_id'] .
'_' . $this->
getId());
182 $list->setListTitle($this->
lng->txt(
'actions'));
184 $this->
ctrl->setParameter($this->parent_obj,
'member_id', $a_set[
'usr_id']);
185 $list->addItem($this->
lng->txt(
'edit'),
'', $this->
ctrl->getLinkTarget($this->
getParentObject(),
'editMember'));
187 if (self::$has_odf_definitions) {
188 $this->
ctrl->setParameterByClass(
'ilobjectcustomuserfieldsgui',
'member_id', $a_set[
'usr_id']);
190 $list->addItem($trans,
'', $this->
ctrl->getLinkTargetByClass(
'ilobjectcustomuserfieldsgui',
'editMember'));
194 $this->
ctrl->setParameterByClass(
'illomembertestresultgui',
'uid', $a_set[
'usr_id']);
196 $this->
lng->txt(
'crs_loc_mem_show_res'),
198 $this->
ctrl->getLinkTargetByClass(
'illomembertestresultgui',
'')
201 $this->tpl->setVariable(
'ACTION_USER', $list->getHTML());
static array $accepted_ids
checkAcceptance(int $a_usr_id)
static getTextRepresentationOfOrgUnits(bool $sort_by_title=true)
Get ref id path array.
initFilter()
Init table filter.
isColumnSelected(string $col)
addFilterItemByMetaType(string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="")
Add filter by standard type.
static bool $confirmation_required
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
const IL_CRS_VIEW_OBJECTIVE
Base class for course and group participants.
static _getInstanceByType(string $a_type)
Get Singleton Instance.
static bool $has_odf_definitions
static array $all_columns
ilParticipants $participants
static lookupAcceptedAgreements(int $a_obj_id)
Lookup users who have accepted the agreement.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setDefaultFilterVisiblity(bool $a_status)
static _hasFields(int $a_container_id)
Check if there are any define fields.
static bool $export_allowed