19 declare(strict_types=1);
46 $this->main_tpl = $DIC->ui()->mainTemplate();
47 $this->
access = ilMyStaffAccess::getInstance();
48 $this->
help = $DIC->help();
49 $this->
ctrl = $DIC->ctrl();
51 $this->
help->setScreenIdComponent(
'msta');
56 if ($this->
access->hasCurrentUserAccessToMyStaff()) {
59 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"permission_denied"),
true);
60 $this->
ctrl->redirectByClass(ilDashboardGUI::class,
"");
70 $cmd = $DIC->ctrl()->getCmd();
73 case self::CMD_RESET_FILTER:
74 case self::CMD_APPLY_FILTER:
76 case self::CMD_ADD_USER_AUTO_COMPLETE:
77 case self::CMD_GET_ACTIONS:
86 final public function index(): void
95 $this->
help->setScreenId(
'users_list');
97 $DIC->ui()->mainTemplate()->setTitle($DIC->language()->txt(
'mst_list_users'));
99 $DIC->ui()->mainTemplate()->setContent($this->table->getHTML());
105 $this->table->writeFilterToSession();
106 $this->table->resetOffset();
113 $this->table->resetOffset();
114 $this->table->resetFilter();
122 $DIC->ctrl()->redirect($this);
ilMStListUsersTableGUI $table
ilGlobalTemplateInterface $main_tpl
const string CMD_APPLY_FILTER
Class ilMStListUsersTableGUI.
const string CMD_GET_ACTIONS
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
const string CMD_RESET_FILTER
const string CMD_ADD_USER_AUTO_COMPLETE
language()
description: > Example for rendring a language glyph.