ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 | |
ilMStListUsersTableGUI | $table |
ilMyStaffAccess | $access |
Private Attributes | |
ilGlobalTemplateInterface | $main_tpl |
ilHelpGUI | $help |
ilCtrlInterface | $ctrl |
ilLanguage | $language |
Class ilMStListUsersGUI.
Definition at line 28 of file class.ilMStListUsersGUI.php.
ilMStListUsersGUI::__construct | ( | ) |
Definition at line 42 of file class.ilMStListUsersGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
|
final |
Definition at line 101 of file class.ilMStListUsersGUI.php.
References index().
|
final |
|
protected |
Definition at line 53 of file class.ilMStListUsersGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by executeCommand().
|
final |
Definition at line 63 of file class.ilMStListUsersGUI.php.
References $DIC, checkAccessOrFail(), and index().
|
final |
Definition at line 85 of file class.ilMStListUsersGUI.php.
References listUsers().
Referenced by applyFilter(), executeCommand(), and resetFilter().
|
final |
Definition at line 90 of file class.ilMStListUsersGUI.php.
References $DIC, ilUtil\getImagePath(), and ILIAS\Repository\help().
Referenced by index().
|
final |
Definition at line 109 of file class.ilMStListUsersGUI.php.
References index().
|
protected |
Definition at line 36 of file class.ilMStListUsersGUI.php.
|
private |
Definition at line 39 of file class.ilMStListUsersGUI.php.
|
private |
Definition at line 38 of file class.ilMStListUsersGUI.php.
|
private |
Definition at line 40 of file class.ilMStListUsersGUI.php.
|
private |
Definition at line 37 of file class.ilMStListUsersGUI.php.
|
protected |
Definition at line 35 of file class.ilMStListUsersGUI.php.
const ilMStListUsersGUI::CMD_ADD_USER_AUTO_COMPLETE = 'addUserAutoComplete' |
Definition at line 34 of file class.ilMStListUsersGUI.php.
const ilMStListUsersGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 31 of file class.ilMStListUsersGUI.php.
const ilMStListUsersGUI::CMD_GET_ACTIONS = "getActions" |
Definition at line 33 of file class.ilMStListUsersGUI.php.
const ilMStListUsersGUI::CMD_INDEX = 'index' |
Definition at line 32 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 30 of file class.ilMStListUsersGUI.php.