|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 14 of file class.ilMStListCoursesGUI.php.
| ilMStListCoursesGUI::__construct | ( | ) |
Definition at line 33 of file class.ilMStListCoursesGUI.php.
| ilMStListCoursesGUI::applyFilter | ( | ) |
Definition at line 118 of file class.ilMStListCoursesGUI.php.
References index().
Here is the call graph for this function:| ilMStListCoursesGUI::cancel | ( | ) |
Definition at line 153 of file class.ilMStListCoursesGUI.php.
References $DIC.
|
protected |
Definition at line 42 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 58 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 164 of file class.ilMStListCoursesGUI.php.
References $DIC, ilLink\_getStaticLink(), ilObject2\_lookupObjectId(), ilObject2\_lookupTitle(), exit, ilOrgUnitPathStorage\getTextRepresentationOfOrgUnits(), and ActiveRecord\innerjoin().
Here is the call graph for this function:| ilMStListCoursesGUI::getId | ( | ) |
Definition at line 142 of file class.ilMStListCoursesGUI.php.
| ilMStListCoursesGUI::index | ( | ) |
Definition at line 94 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 103 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 130 of file class.ilMStListCoursesGUI.php.
References index().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilMStListCoursesGUI.php.
|
protected |
Definition at line 23 of file class.ilMStListCoursesGUI.php.
| const ilMStListCoursesGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 16 of file class.ilMStListCoursesGUI.php.
Referenced by executeCommand().
| const ilMStListCoursesGUI::CMD_GET_ACTIONS = "getActions" |
Definition at line 18 of file class.ilMStListCoursesGUI.php.
Referenced by executeCommand(), and ILIAS\MyStaff\ListCourses\ilMStListCoursesTableGUI\fillRow().
| const ilMStListCoursesGUI::CMD_INDEX = 'index' |
Definition at line 17 of file class.ilMStListCoursesGUI.php.
Referenced by executeCommand(), and ILIAS\MyStaff\Provider\StaffMainBarProvider\getStaticSubItems().
| const ilMStListCoursesGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 19 of file class.ilMStListCoursesGUI.php.
Referenced by executeCommand().