|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMStListCoursesGUI. More...
Collaboration diagram for ilMStListCoursesGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| index () | |
| listUsers () | |
| applyFilter () | |
| resetFilter () | |
| getId () | |
| cancel () | |
| getActions () | |
Data Fields | |
| const | CMD_APPLY_FILTER = 'applyFilter' |
| const | CMD_INDEX = 'index' |
| const | CMD_GET_ACTIONS = "getActions" |
| const | CMD_RESET_FILTER = 'resetFilter' |
Protected Member Functions | |
| checkAccessOrFail () | |
Protected Attributes | |
| $table | |
| $access | |
Class ilMStListCoursesGUI.
@ilCtrl_IsCalledBy ilMStListCoursesGUI: ilMyStaffGUI @ilCtrl_Calls ilMStListCoursesGUI: ilFormPropertyDispatchGUI
Definition at line 11 of file class.ilMStListCoursesGUI.php.
| ilMStListCoursesGUI::__construct | ( | ) |
Definition at line 30 of file class.ilMStListCoursesGUI.php.
References ilMyStaffAccess\getInstance().
Here is the call graph for this function:| ilMStListCoursesGUI::applyFilter | ( | ) |
Definition at line 115 of file class.ilMStListCoursesGUI.php.
References index().
Here is the call graph for this function:| ilMStListCoursesGUI::cancel | ( | ) |
Definition at line 150 of file class.ilMStListCoursesGUI.php.
References $DIC.
|
protected |
Definition at line 39 of file class.ilMStListCoursesGUI.php.
References $DIC, and ilUtil\sendFailure().
Referenced by executeCommand(), and listUsers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMStListCoursesGUI::executeCommand | ( | ) |
Definition at line 55 of file class.ilMStListCoursesGUI.php.
References $DIC, checkAccessOrFail(), CMD_APPLY_FILTER, CMD_GET_ACTIONS, CMD_INDEX, CMD_RESET_FILTER, and index().
Here is the call graph for this function:| ilMStListCoursesGUI::getActions | ( | ) |
Definition at line 161 of file class.ilMStListCoursesGUI.php.
References $DIC, ilLink\_getStaticLink(), ilObject2\_lookupObjectId(), ilObject2\_lookupTitle(), ilMyStaffAccess\DEFAULT_CONTEXT, exit, ilOrgUnitPathStorage\getTextRepresentationOfOrgUnits(), and ActiveRecord\innerjoin().
Here is the call graph for this function:| ilMStListCoursesGUI::getId | ( | ) |
Definition at line 139 of file class.ilMStListCoursesGUI.php.
| ilMStListCoursesGUI::index | ( | ) |
Definition at line 91 of file class.ilMStListCoursesGUI.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:| ilMStListCoursesGUI::listUsers | ( | ) |
Definition at line 100 of file class.ilMStListCoursesGUI.php.
References $DIC, and checkAccessOrFail().
Referenced by index().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMStListCoursesGUI::resetFilter | ( | ) |
Definition at line 127 of file class.ilMStListCoursesGUI.php.
References index().
Here is the call graph for this function:
|
protected |
Definition at line 24 of file class.ilMStListCoursesGUI.php.
|
protected |
Definition at line 20 of file class.ilMStListCoursesGUI.php.
| const ilMStListCoursesGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 13 of file class.ilMStListCoursesGUI.php.
Referenced by executeCommand().
| const ilMStListCoursesGUI::CMD_GET_ACTIONS = "getActions" |
Definition at line 15 of file class.ilMStListCoursesGUI.php.
Referenced by executeCommand(), and ilMStListCoursesTableGUI\fillRow().
| const ilMStListCoursesGUI::CMD_INDEX = 'index' |
Definition at line 14 of file class.ilMStListCoursesGUI.php.
Referenced by executeCommand().
| const ilMStListCoursesGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 16 of file class.ilMStListCoursesGUI.php.
Referenced by executeCommand().