|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilMStListUsersGUI. More...
Collaboration diagram for ilMStListUsersGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| index () | |
| listUsers () | |
| applyFilter () | |
| resetFilter () | |
| cancel () | |
| getActions () | |
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 | |
Class ilMStListUsersGUI.
@ilCtrl_IsCalledBy ilMStListUsersGUI: ilMyStaffGUI
Definition at line 10 of file class.ilMStListUsersGUI.php.
| ilMStListUsersGUI::__construct | ( | ) |
Definition at line 30 of file class.ilMStListUsersGUI.php.
References ilMyStaffAccess\getInstance().
Here is the call graph for this function:| ilMStListUsersGUI::applyFilter | ( | ) |
Definition at line 103 of file class.ilMStListUsersGUI.php.
References index().
Here is the call graph for this function:| ilMStListUsersGUI::cancel | ( | ) |
Definition at line 127 of file class.ilMStListUsersGUI.php.
References $DIC.
|
protected |
Definition at line 39 of file class.ilMStListUsersGUI.php.
References $DIC, and ilUtil\sendFailure().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMStListUsersGUI::executeCommand | ( | ) |
Definition at line 55 of file class.ilMStListUsersGUI.php.
References $DIC, checkAccessOrFail(), CMD_ADD_USER_AUTO_COMPLETE, CMD_APPLY_FILTER, CMD_GET_ACTIONS, CMD_INDEX, CMD_RESET_FILTER, and index().
Here is the call graph for this function:| ilMStListUsersGUI::getActions | ( | ) |
Definition at line 138 of file class.ilMStListUsersGUI.php.
| ilMStListUsersGUI::index | ( | ) |
Definition at line 81 of file class.ilMStListUsersGUI.php.
References listUsers().
Referenced by applyFilter(), executeCommand(), and resetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMStListUsersGUI::listUsers | ( | ) |
| ilMStListUsersGUI::resetFilter | ( | ) |
Definition at line 115 of file class.ilMStListUsersGUI.php.
References index().
Here is the call graph for this function:
|
protected |
Definition at line 24 of file class.ilMStListUsersGUI.php.
|
protected |
Definition at line 20 of file class.ilMStListUsersGUI.php.
| const ilMStListUsersGUI::CMD_ADD_USER_AUTO_COMPLETE = 'addUserAutoComplete' |
Definition at line 16 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand().
| const ilMStListUsersGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 13 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand().
| const ilMStListUsersGUI::CMD_GET_ACTIONS = "getActions" |
Definition at line 15 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand(), and ilMStListUsersTableGUI\fillRow().
| const ilMStListUsersGUI::CMD_INDEX = 'index' |
Definition at line 14 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand().
| const ilMStListUsersGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 12 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand().