|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilCourseParticipantsGroupsGUI. More...
Collaboration diagram for ilCourseParticipantsGroupsGUI:Public Member Functions | |
| __construct ($a_ref_id) | |
| executeCommand () | |
| show () | |
| applyFilter () | |
| resetFilter () | |
| confirmRemove () | |
Protected Member Functions | |
| remove () | |
| Remove user from group @global type $ilObjDataCache @global type $lng @global type $ilCtrl. More... | |
| add () | |
| Add user to group @global type $ilErr @global type $ilObjDataCache @global type $lng @global type $ilAccess. More... | |
Private Attributes | |
| $ref_id = 0 | |
Class ilCourseParticipantsGroupsGUI.
@ilCtrl_Calls ilCourseParticipantsGroupsGUI:
Definition at line 15 of file class.ilCourseParticipantsGroupsGUI.php.
| ilCourseParticipantsGroupsGUI::__construct | ( | $a_ref_id | ) |
Definition at line 23 of file class.ilCourseParticipantsGroupsGUI.php.
|
protected |
Add user to group @global type $ilErr @global type $ilObjDataCache @global type $lng @global type $ilAccess.
Definition at line 146 of file class.ilCourseParticipantsGroupsGUI.php.
References $_POST, $DIC, $GLOBALS, $ilErr, $lng, ilGroupParticipants\_getInstanceByObjId(), IL_GRP_MEMBER, ilUtil\sendFailure(), show(), and ilGroupMembershipMailNotification\TYPE_ADMISSION_MEMBER.
Here is the call graph for this function:| ilCourseParticipantsGroupsGUI::applyFilter | ( | ) |
Definition at line 58 of file class.ilCourseParticipantsGroupsGUI.php.
References show().
Here is the call graph for this function:| ilCourseParticipantsGroupsGUI::confirmRemove | ( | ) |
Definition at line 74 of file class.ilCourseParticipantsGroupsGUI.php.
References $_GET, $DIC, $ilCtrl, $lng, $tpl, ilUtil\getImagePath(), and ilUserUtil\getNamePresentation().
Here is the call graph for this function:| ilCourseParticipantsGroupsGUI::executeCommand | ( | ) |
Definition at line 28 of file class.ilCourseParticipantsGroupsGUI.php.
|
protected |
Remove user from group @global type $ilObjDataCache @global type $lng @global type $ilCtrl.
Definition at line 109 of file class.ilCourseParticipantsGroupsGUI.php.
References $_POST, $DIC, $GLOBALS, $ilCtrl, $lng, ilGroupParticipants\_getInstanceByObjId(), ilUtil\sendFailure(), show(), and ilGroupMembershipMailNotification\TYPE_DISMISS_MEMBER.
Here is the call graph for this function:| ilCourseParticipantsGroupsGUI::resetFilter | ( | ) |
Definition at line 66 of file class.ilCourseParticipantsGroupsGUI.php.
References show().
Here is the call graph for this function:| ilCourseParticipantsGroupsGUI::show | ( | ) |
Definition at line 48 of file class.ilCourseParticipantsGroupsGUI.php.
Referenced by add(), applyFilter(), remove(), and resetFilter().
Here is the caller graph for this function:
|
private |
Definition at line 21 of file class.ilCourseParticipantsGroupsGUI.php.