|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilMStListUsersGUI. More...
Collaboration diagram for ilMStListUsersGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| index () | |
| listUsers () | |
| applyFilter () | |
| resetFilter () | |
| cancel () | |
Data Fields | |
| const string | CMD_RESET_FILTER = 'resetFilter' |
| const string | CMD_APPLY_FILTER = 'applyFilter' |
| const string | CMD_INDEX = 'index' |
| const string | CMD_GET_ACTIONS = "getActions" |
| const string | CMD_ADD_USER_AUTO_COMPLETE = 'addUserAutoComplete' |
Protected Member Functions | |
| checkAccessOrFail () | |
Protected Attributes | |
| ilMStListUsersTableGUI | $table |
| ilMyStaffAccess | $access |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
| ilHelpGUI | $help |
| ilCtrlInterface | $ctrl |
| ilLanguage | $language |
Class ilMStListUsersGUI.
Definition at line 29 of file class.ilMStListUsersGUI.php.
| ilMStListUsersGUI::__construct | ( | ) |
Definition at line 43 of file class.ilMStListUsersGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:
|
final |
Definition at line 102 of file class.ilMStListUsersGUI.php.
References index().
Here is the call graph for this function:
|
final |
Definition at line 118 of file class.ilMStListUsersGUI.php.
References $DIC.
|
protected |
Definition at line 54 of file class.ilMStListUsersGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 64 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:
|
final |
Definition at line 86 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:
|
final |
Definition at line 91 of file class.ilMStListUsersGUI.php.
References $DIC, ilUtil\getImagePath(), and ILIAS\Repository\help().
Referenced by index().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 110 of file class.ilMStListUsersGUI.php.
References index().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file class.ilMStListUsersGUI.php.
|
private |
Definition at line 40 of file class.ilMStListUsersGUI.php.
|
private |
Definition at line 39 of file class.ilMStListUsersGUI.php.
|
private |
Definition at line 41 of file class.ilMStListUsersGUI.php.
|
private |
Definition at line 38 of file class.ilMStListUsersGUI.php.
|
protected |
Definition at line 36 of file class.ilMStListUsersGUI.php.
| const string ilMStListUsersGUI::CMD_ADD_USER_AUTO_COMPLETE = 'addUserAutoComplete' |
Definition at line 35 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand().
| const string ilMStListUsersGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 32 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand().
| const string ilMStListUsersGUI::CMD_GET_ACTIONS = "getActions" |
Definition at line 34 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand().
| const string ilMStListUsersGUI::CMD_INDEX = 'index' |
Definition at line 33 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\fillRow(), and ILIAS\MyStaff\Provider\StaffMainBarProvider\getStaticSubItems().
| const string ilMStListUsersGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 31 of file class.ilMStListUsersGUI.php.
Referenced by executeCommand().