| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class ilMStListUsersGUI. More...
 Collaboration diagram for ilMStListUsersGUI: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().
 Here is the call graph for this function:
      
  | 
  final | 
Definition at line 101 of file class.ilMStListUsersGUI.php.
References index().
 Here is the call graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  final | 
Definition at line 63 of file class.ilMStListUsersGUI.php.
References $DIC, checkAccessOrFail(), and index().
 Here is the call graph for this function:
      
  | 
  final | 
Definition at line 85 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 90 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 109 of file class.ilMStListUsersGUI.php.
References index().
 Here is the call graph for this function:
      
  | 
  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.