ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilMStListUsersGUI. More...
Public Member Functions | |
__construct () | |
executeCommand () | |
index () | |
listUsers () | |
applyFilter () | |
resetFilter () | |
cancel () | |
Data Fields | |
const | CMD_RESET_FILTER = 'resetFilter' |
const | CMD_APPLY_FILTER = 'applyFilter' |
const | CMD_INDEX = 'index' |
const | CMD_GET_ACTIONS = "getActions" |
const | CMD_ADD_USER_AUTO_COMPLETE = 'addUserAutoComplete' |
Protected Member Functions | |
checkAccessOrFail () | |
Protected Attributes | |
$table | |
$access | |
$help | |
Class ilMStListUsersGUI.
ilMStListUsersGUI: ilMyStaffGUI
Definition at line 13 of file class.ilMStListUsersGUI.php.
ilMStListUsersGUI::__construct | ( | ) |
Definition at line 37 of file class.ilMStListUsersGUI.php.
ilMStListUsersGUI::applyFilter | ( | ) |
Definition at line 115 of file class.ilMStListUsersGUI.php.
References index().
ilMStListUsersGUI::cancel | ( | ) |
|
protected |
Definition at line 49 of file class.ilMStListUsersGUI.php.
References $DIC, and ilUtil\sendFailure().
Referenced by executeCommand().
ilMStListUsersGUI::executeCommand | ( | ) |
Definition at line 65 of file class.ilMStListUsersGUI.php.
References $DIC, checkAccessOrFail(), and index().
ilMStListUsersGUI::index | ( | ) |
Definition at line 91 of file class.ilMStListUsersGUI.php.
References listUsers().
Referenced by applyFilter(), executeCommand(), and resetFilter().
ilMStListUsersGUI::listUsers | ( | ) |
Definition at line 100 of file class.ilMStListUsersGUI.php.
References $DIC, ilUtil\getImagePath(), and help().
Referenced by index().
ilMStListUsersGUI::resetFilter | ( | ) |
Definition at line 127 of file class.ilMStListUsersGUI.php.
References index().
|
protected |
Definition at line 27 of file class.ilMStListUsersGUI.php.
|
protected |
Definition at line 31 of file class.ilMStListUsersGUI.php.
|
protected |
Definition at line 23 of file class.ilMStListUsersGUI.php.
const ilMStListUsersGUI::CMD_ADD_USER_AUTO_COMPLETE = 'addUserAutoComplete' |
Definition at line 19 of file class.ilMStListUsersGUI.php.
const ilMStListUsersGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 16 of file class.ilMStListUsersGUI.php.
const ilMStListUsersGUI::CMD_GET_ACTIONS = "getActions" |
Definition at line 18 of file class.ilMStListUsersGUI.php.
const ilMStListUsersGUI::CMD_INDEX = 'index' |
Definition at line 17 of file class.ilMStListUsersGUI.php.
Referenced by ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\fillRow(), and ILIAS\MyStaff\Provider\StaffMainBarProvider\getStaticSubItems().
const ilMStListUsersGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 15 of file class.ilMStListUsersGUI.php.