48 $this->
setId(
'myst_lu');
52 $this->
setRowTemplate(
'tpl.list_users_row.html',
"Services/MyStaff");
53 $this->
setFormAction($DIC->ctrl()->getFormAction($parent_obj));
87 $arr_usr_id = $this->access->getUsersForUser($DIC->user()->getId());
90 'filters' => $this->filter,
100 $count = $list_users_fetcher->getData($arr_usr_id, $options);
101 $options[
'limit'] = array(
105 $options[
'count'] =
false;
106 $data = $list_users_fetcher->getData($arr_usr_id, $options);
121 $item =
new ilTextInputGUI($DIC->language()->txt(
"login") .
"/" . $DIC->language()->txt(
"email") .
"/" . $DIC->language()
122 ->txt(
"name"),
"user");
127 $item->readFromSession();
128 $this->filter[
'user'] = $item->getValue();
133 $nodes = $tree->getAllChildren($root);
135 $options[0] = $DIC->language()->txt(
'mst_opt_all');
136 foreach ($paths as $org_ref_id => $path) {
137 $options[$org_ref_id] = $path;
139 $item =
new ilSelectInputGUI($DIC->language()->txt(
'obj_orgu'),
'org_unit');
140 $item->setOptions($options);
141 $item->addCustomAttribute(
"style='width:100%'");
143 $item->readFromSession();
144 $this->filter[
'org_unit'] = $item->getValue();
154 $arr_fields_without_table_sort = array(
157 'interests_help_offered',
158 'interests_help_looking',
163 if (!in_array($key, $arr_fields_without_table_sort)) {
164 $cols[$key][
'sort_field'] = $key;
186 if (isset($v[
'sort_field'])) {
187 $sort = $v[
'sort_field'];
191 $this->
addColumn($v[
'txt'], $sort, $v[
'width']);
196 $this->
addColumn($DIC->language()->txt(
'actions'));
208 $propGetter = Closure::bind(
function ($prop) {
210 }, $my_staff_user, $my_staff_user);
213 $this->tpl->setCurrentBlock(
'user_profile_picture');
214 $f = $DIC->ui()->factory();
215 $renderer = $DIC->ui()->renderer();
216 $il_obj_user = $my_staff_user->returnIlUserObj();
217 $avatar =
$f->image()->standard($il_obj_user->getPersonalPicturePath(
'small'), $il_obj_user->getPublicName());
218 $this->tpl->setVariable(
'user_profile_picture', $renderer->render($avatar));
219 $this->tpl->parseCurrentBlock();
225 $this->tpl->setCurrentBlock(
'td');
226 $this->tpl->setVariable(
'VALUE', strval(ilOrgUnitPathStorage::getTextRepresentationOfUsersOrgUnits($my_staff_user->getUsrId())));
227 $this->tpl->parseCurrentBlock();
230 $this->tpl->setCurrentBlock(
'td');
231 $this->tpl->setVariable(
'VALUE', $DIC->language()->txt(
'gender_' . $my_staff_user->getGender()));
232 $this->tpl->parseCurrentBlock();
234 case 'interests_general':
235 $this->tpl->setCurrentBlock(
'td');
236 $this->tpl->setVariable(
'VALUE', ($my_staff_user->returnIlUserObj()
237 ->getGeneralInterestsAsText() ? $my_staff_user->returnIlUserObj()->getGeneralInterestsAsText() :
' '));
238 $this->tpl->parseCurrentBlock();
240 case 'interests_help_offered':
241 $this->tpl->setCurrentBlock(
'td');
242 $this->tpl->setVariable(
'VALUE', ($my_staff_user->returnIlUserObj()
243 ->getOfferingHelpAsText() ? $my_staff_user->returnIlUserObj()->getOfferingHelpAsText() :
' '));
244 $this->tpl->parseCurrentBlock();
246 case 'interests_help_looking':
247 $this->tpl->setCurrentBlock(
'td');
248 $this->tpl->setVariable(
'VALUE', ($my_staff_user->returnIlUserObj()
249 ->getLookingForHelpAsText() ? $my_staff_user->returnIlUserObj()->getLookingForHelpAsText() :
' '));
250 $this->tpl->parseCurrentBlock();
253 if ($propGetter($k) !== null) {
254 $this->tpl->setCurrentBlock(
'td');
255 $this->tpl->setVariable(
'VALUE', (is_array($propGetter($k)) ? implode(
", ", $propGetter($k)) : $propGetter($k)));
256 $this->tpl->parseCurrentBlock();
258 $this->tpl->setCurrentBlock(
'td');
259 $this->tpl->setVariable(
'VALUE',
' ');
260 $this->tpl->parseCurrentBlock();
268 $actions->setListTitle($DIC->language()->txt(
"actions"));
269 $actions->setAsynch(
true);
270 $actions->setId($my_staff_user->getUsrId());
272 $DIC->ctrl()->setParameterByClass(ilMStListUsersGUI::class,
'mst_lus_usr_id', $my_staff_user->getUsrId());
274 $actions->setAsynchUrl(str_replace(
"\\",
"\\\\", $DIC->ctrl()
276 $this->tpl->setVariable(
'ACTIONS', $actions->getHTML());
277 $this->tpl->parseCurrentBlock();
290 return rawurlencode($DIC->ctrl()->getLinkTargetByClass(strtolower(ilMyStaffGUI::class),
ilMyStaffGUI::CMD_INDEX));
303 $a_excel->
setCell($a_row, $col, $v);
316 $a_csv->addColumn($v);
331 $propGetter = Closure::bind(
function ($prop) {
333 }, $my_staff_user, $my_staff_user);
335 $field_values = array();
340 $field_values[$k] = ilOrgUnitPathStorage::getTextRepresentationOfUsersOrgUnits($my_staff_user->
getUsrId());
343 $field_values[$k] = $DIC->language()->txt(
'gender_' . $my_staff_user->
getGender());
345 case 'interests_general':
346 $field_values[$k] = $my_staff_user->
returnIlUserObj()->getGeneralInterestsAsText();
348 case 'interests_help_offered':
349 $field_values[$k] = $my_staff_user->
returnIlUserObj()->getOfferingHelpAsText();
351 case 'interests_help_looking':
352 $field_values[$k] = $my_staff_user->
returnIlUserObj()->getLookingForHelpAsText();
355 $field_values[$k] = strip_tags($propGetter($k));
360 return $field_values;
setExternalSorting($a_val)
Set external sorting.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
setExportFormats(array $formats)
Set available export formats.
__construct(ilMStListUsersGUI $parent_obj, $parent_cmd=ilMStListUsersGUI::CMD_INDEX)
setEnableNumInfo($a_val)
Set enable num info.
setFilterCols($a_val)
Set filter columns.
setExternalSegmentation($a_val)
Set external segmentation.
getProfileBackUrl()
Get profile back url.
getFieldValuesForExport(ilMStListUser $my_staff_user)
addFilterItem($a_input_item, $a_optional=false)
Add filter item.
determineLimit()
Determine the limit.
getOrderDirection()
Get order direction.
Class ilMStListUsersTableGUI.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
fillRowExcel(ilExcel $a_excel, &$a_row, $my_staff_user)
static getTextRepresentationOfOrgUnits($sort_by_title=true)
Get ref id path array.
static getSelectableColumnInfo($a_admin=false)
Get info of searchable fields for selectable columns in table gui.
setDisableFilterHiding($a_val=true)
Set disable filter hiding.
getSelectedColumns()
Get selected columns.
setCell($a_row, $a_col, $a_value, $a_datatype=null)
Set cell value.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
isColumnSelected($a_col)
Is given column selected?
determineOffsetAndOrder($a_omit_offset=false)
Determine offset and order.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
setFormName($a_formname="")
Set Form name.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setMaxCount($a_max_count)
set max.
getExportMode()
Was export activated?
setEnableTitle($a_enabletitle)
Set Enable Title.
static _isEnabled($a_key)
fillRowCSV($a_csv, $my_staff_user)