|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilMStListCertificatesGUI. More...
Collaboration diagram for ilMStListCertificatesGUI: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 ilMStListCertificatesGUI.
@ilCtrl_IsCalledBy ilMStListCertificatesGUI: ilMyStaffGUI @ilCtrl_Calls ilMStListCertificatesGUI: ilFormPropertyDispatchGUI @ilCtrl_Calls ilMStListCertificatesGUI: ilUserCertificateApiGUI
Definition at line 15 of file class.ilMStListCertificatesGUI.php.
| ilMStListCertificatesGUI::__construct | ( | ) |
Definition at line 34 of file class.ilMStListCertificatesGUI.php.
| ilMStListCertificatesGUI::applyFilter | ( | ) |
Definition at line 123 of file class.ilMStListCertificatesGUI.php.
References index().
Here is the call graph for this function:| ilMStListCertificatesGUI::cancel | ( | ) |
Definition at line 158 of file class.ilMStListCertificatesGUI.php.
References $DIC.
|
protected |
Definition at line 43 of file class.ilMStListCertificatesGUI.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:| ilMStListCertificatesGUI::executeCommand | ( | ) |
Definition at line 59 of file class.ilMStListCertificatesGUI.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:| ilMStListCertificatesGUI::getActions | ( | ) |
Definition at line 169 of file class.ilMStListCertificatesGUI.php.
References $DIC, ilLink\_getStaticLink(), ilObject2\_lookupObjectId(), ilObject2\_lookupTitle(), exit, ilOrgUnitPathStorage\getTextRepresentationOfOrgUnits(), and ActiveRecord\innerjoin().
Here is the call graph for this function:| ilMStListCertificatesGUI::getId | ( | ) |
Definition at line 147 of file class.ilMStListCertificatesGUI.php.
| ilMStListCertificatesGUI::index | ( | ) |
Definition at line 99 of file class.ilMStListCertificatesGUI.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:| ilMStListCertificatesGUI::listUsers | ( | ) |
Definition at line 108 of file class.ilMStListCertificatesGUI.php.
References $DIC, and checkAccessOrFail().
Referenced by index().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMStListCertificatesGUI::resetFilter | ( | ) |
Definition at line 135 of file class.ilMStListCertificatesGUI.php.
References index().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilMStListCertificatesGUI.php.
|
protected |
Definition at line 24 of file class.ilMStListCertificatesGUI.php.
| const ilMStListCertificatesGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 17 of file class.ilMStListCertificatesGUI.php.
Referenced by executeCommand().
| const ilMStListCertificatesGUI::CMD_GET_ACTIONS = "getActions" |
Definition at line 19 of file class.ilMStListCertificatesGUI.php.
Referenced by executeCommand().
| const ilMStListCertificatesGUI::CMD_INDEX = 'index' |
Definition at line 18 of file class.ilMStListCertificatesGUI.php.
Referenced by executeCommand(), and ILIAS\MyStaff\Provider\StaffMainBarProvider\getStaticSubItems().
| const ilMStListCertificatesGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 20 of file class.ilMStListCertificatesGUI.php.
Referenced by executeCommand().