|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Base class for member tab content. More...
Inheritance diagram for ilMembershipGUI:
Collaboration diagram for ilMembershipGUI:Public Member Functions | |
| __construct (ilObjectGUI $repository_gui, ilObject $repository_obj) | |
| getParentGUI () | |
| getParentObject () | |
| getMembersObject () | |
| filterUserIdsByRbacOrPositionOfCurrentUser (array $a_user_ids) | |
| Filter user ids by access. More... | |
| executeCommand () | |
| getAttendanceListUserData (int $user_id, array $filters=[]) | |
| updateParticipants () | |
| update members More... | |
| createMailSignature () | |
| Create Mail signature. More... | |
| addMemberTab (ilTabsGUI $tabs, bool $a_is_participant=false) | |
| readMemberData (array $usr_ids, array $columns) | |
| Required for member table guis. More... | |
| getLocalRoles () | |
| confirmAssignSubscribers () | |
| Show subscription confirmation. More... | |
| confirmRefuseSubscribers () | |
| Refuse subscriber confirmation. More... | |
| assignSubscribers () | |
| Do assignment of subscription request. More... | |
| confirmAssignFromWaitingList () | |
| Assign from waiting list (confirmatoin) More... | |
| assignFromWaitingList () | |
| Assign from waiting list. More... | |
| confirmRefuseFromList () | |
| Refuse from waiting list (confirmation) More... | |
Protected Member Functions | |
| initParticipantsFromPost () | |
| initMemberIdFromGet () | |
| initSubscribersFromPost () | |
| initWaitingListIdsFromPost () | |
| getLanguage () | |
| getCtrl () | |
| getLogger () | |
| getMailMemberRoles () | |
| checkPermissionBool (string $a_permission, string $a_cmd='', string $a_type='', int $a_ref_id=0) | |
| checkRbacOrPositionAccessBool (string $a_rbac_perm, string $a_pos_perm, int $a_ref_id=0) | |
| checkPermission (string $a_permission, string $a_cmd="") | |
| Check permission If not granted redirect to parent gui. More... | |
| checkRbacOrPermissionAccess (string $a_rbac_perm, string $a_pos_perm) | |
| check rbac or position access More... | |
| canAddOrSearchUsers () | |
| Check if current user is allowed to add / search users. More... | |
| participants () | |
| Show participant table, subscriber table, wating list table;. More... | |
| getParticipantTableTitle () | |
| participantsApplyFilter () | |
| Apply filter for participant table. More... | |
| participantsResetFilter () | |
| reset participants filter More... | |
| editMember () | |
| Edit one participant. More... | |
| editParticipants (array $post_participants=array()) | |
| Edit participants. More... | |
| updateLPFromStatus (int $usr_id, bool $has_passed) | |
| confirmDeleteParticipants () | |
| Show confirmation screen for participants deletion. More... | |
| deleteParticipants () | |
| sendMailToSelectedUsers () | |
| getMailContextOptions () | |
| membersMap () | |
| Members map. More... | |
| mailMembersBtn () | |
| showParticipantsToolbar () | |
| Show participants toolbar. More... | |
| showMemberExportToolbarButton (ilToolbarGUI $toolbar, ?string $a_back_cmd=null, bool $a_separator=false) | |
| showMailToMemberToolbarButton (ilToolbarGUI $toolbar, ?string $a_back_cmd=null, bool $a_separator=false) | |
| Show mail to member toolbar button. More... | |
| getMailButtonLabel () | |
| getDefaultCommand () | |
| getMemberTabName () | |
| setSubTabs (ilTabsGUI $tabs) | |
| Set sub tabs. More... | |
| parseSubscriberTable () | |
| Parse table of subscription request. More... | |
| initSubscriberTable () | |
| refuseSubscribers () | |
| parseWaitingListTable () | |
| Parse table of subscription request. More... | |
| refuseFromList () | |
| refuse from waiting list More... | |
| addToClipboard () | |
| Add selected users to user clipboard. More... | |
| getDefaultRole () | |
| activateSubTab (string $a_sub_tab) | |
| printMembers () | |
| printMembersOutput () | |
| print members output More... | |
| printForMembersOutput () | |
| print members output More... | |
| jump2UsersGallery () | |
| initAttendanceList (bool $a_for_members=false) | |
Private Attributes | |
| ilObject | $repository_object |
| ilObjectGUI | $repository_gui |
Base class for member tab content.
Definition at line 29 of file class.ilMembershipGUI.php.
| ilMembershipGUI::__construct | ( | ilObjectGUI | $repository_gui, |
| ilObject | $repository_obj | ||
| ) |
Reimplemented in ilGroupMembershipGUI, and ilSessionMembershipGUI.
Definition at line 51 of file class.ilMembershipGUI.php.
References $DIC, $repository_gui, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), error(), getParentObject(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\logger(), ILIAS\Repository\profile(), ILIAS\Repository\refinery(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 1523 of file class.ilMembershipGUI.php.
References ILIAS\Repository\tabs().
Here is the call graph for this function:| ilMembershipGUI::addMemberTab | ( | ilTabsGUI | $tabs, |
| bool | $a_is_participant = false |
||
| ) |
Definition at line 992 of file class.ilMembershipGUI.php.
References ilTabsGUI\addTab(), ILIAS\Repository\ctrl(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Add selected users to user clipboard.
Definition at line 1493 of file class.ilMembershipGUI.php.
References ILIAS\Repository\ctrl(), ilUserClipboard\getInstance(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilMembershipGUI::assignFromWaitingList | ( | ) |
Assign from waiting list.
Definition at line 1360 of file class.ilMembershipGUI.php.
References $user_id, ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), ilParticipants\IL_CRS_MEMBER, ilParticipants\IL_GRP_MEMBER, ILIAS\Repository\lng(), ilGroupMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER, ilSessionMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER, and ilCourseMembershipMailNotification\TYPE_ADMISSION_MEMBER.
Here is the call graph for this function:| ilMembershipGUI::assignSubscribers | ( | ) |
Do assignment of subscription request.
Definition at line 1264 of file class.ilMembershipGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\Repository\lng(), ilCourseMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER, ilGroupMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER, and ilSessionMembershipMailNotification\TYPE_ACCEPTED_SUBSCRIPTION_MEMBER.
Here is the call graph for this function:
|
protected |
Check if current user is allowed to add / search users.
Reimplemented in ilSessionMembershipGUI.
Definition at line 219 of file class.ilMembershipGUI.php.
|
protected |
Check permission If not granted redirect to parent gui.
Definition at line 197 of file class.ilMembershipGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilSessionMembershipGUI\deleteParticipants(), ilLearningSequenceMembershipGUI\printMembers(), and ilSessionMembershipGUI\updateMembers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 170 of file class.ilMembershipGUI.php.
References getParentObject().
Referenced by ilSessionMembershipGUI\checkRbacOrPositionAccessBool().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
check rbac or position access
Definition at line 208 of file class.ilMembershipGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Reimplemented in ilSessionMembershipGUI.
Definition at line 182 of file class.ilMembershipGUI.php.
Referenced by ilCourseMembershipGUI\assignMembers(), ilLearningSequenceMembershipGUI\members(), ilLearningSequenceMembershipGUI\printMembers(), and ilLearningSequenceMembershipGUI\setSubTabs().
Here is the caller graph for this function:| ilMembershipGUI::confirmAssignFromWaitingList | ( | ) |
Assign from waiting list (confirmatoin)
Definition at line 1329 of file class.ilMembershipGUI.php.
References ilObjUser\_lookupName(), ILIAS\Repository\ctrl(), ilUtil\getImagePath(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMembershipGUI::confirmAssignSubscribers | ( | ) |
Show subscription confirmation.
Definition at line 1156 of file class.ilMembershipGUI.php.
References ilObjUser\_lookupName(), ILIAS\Repository\ctrl(), ilUtil\getImagePath(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Show confirmation screen for participants deletion.
Reimplemented in ilSessionMembershipGUI.
Definition at line 676 of file class.ilMembershipGUI.php.
References ilObjUser\_lookupName(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilUtil\getImagePath(), ilCourseReferencePathInfo\isReferenceMemberUpdateConfirmationRequired(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMembershipGUI::confirmRefuseFromList | ( | ) |
Refuse from waiting list (confirmation)
Definition at line 1420 of file class.ilMembershipGUI.php.
References ilObjUser\_lookupName(), ILIAS\Repository\ctrl(), ilUtil\getImagePath(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMembershipGUI::confirmRefuseSubscribers | ( | ) |
Refuse subscriber confirmation.
Definition at line 1188 of file class.ilMembershipGUI.php.
References ilObjUser\_lookupName(), ILIAS\Repository\ctrl(), ilUtil\getImagePath(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMembershipGUI::createMailSignature | ( | ) |
Create Mail signature.
Definition at line 970 of file class.ilMembershipGUI.php.
|
protected |
Reimplemented in ilSessionMembershipGUI.
Definition at line 741 of file class.ilMembershipGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilCourseMembershipMailNotification\TYPE_DISMISS_MEMBER, ilGroupMembershipMailNotification\TYPE_DISMISS_MEMBER, and ilLearningSequenceMembershipMailNotification\TYPE_DISMISS_MEMBER.
Referenced by ilCourseMembershipGUI\deleteParticipantsWithLinkedCourses().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Edit one participant.
Definition at line 463 of file class.ilMembershipGUI.php.
|
protected |
Edit participants.
| int[] | $post_participants |
Definition at line 473 of file class.ilMembershipGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMembershipGUI::executeCommand | ( | ) |
Definition at line 234 of file class.ilMembershipGUI.php.
References $provider, ilParticipants\_isParticipant(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), error(), ILIAS\Survey\Mode\getId(), ilParticipants\getInstance(), ilParticipants\isAdmin(), ILIAS\Repository\lng(), ilCourseConstants\MAIL_ALLOWED_ALL, ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilMembershipGUI::filterUserIdsByRbacOrPositionOfCurrentUser | ( | array | $a_user_ids | ) |
Filter user ids by access.
| int[] | $a_usr_ids |
Reimplemented in ilCourseMembershipGUI, ilGroupMembershipGUI, and ilLearningSequenceMembershipGUI.
Definition at line 229 of file class.ilMembershipGUI.php.
| ilMembershipGUI::getAttendanceListUserData | ( | int | $user_id, |
| array | $filters = [] |
||
| ) |
Reimplemented in ilCourseMembershipGUI, ilGroupMembershipGUI, ilLearningSequenceMembershipGUI, and ilSessionMembershipGUI.
Definition at line 431 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 137 of file class.ilMembershipGUI.php.
References $ctrl.
Referenced by ilSessionMembershipGUI\updateMembers().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilLearningSequenceMembershipGUI.
Definition at line 975 of file class.ilMembershipGUI.php.
|
protected |
Reimplemented in ilCourseMembershipGUI, ilGroupMembershipGUI, and ilLearningSequenceMembershipGUI.
Definition at line 1518 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 132 of file class.ilMembershipGUI.php.
References $lng.
Referenced by ilSessionMembershipGUI\updateMembers().
Here is the caller graph for this function:| ilMembershipGUI::getLocalRoles | ( | ) |
Definition at line 1124 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 142 of file class.ilMembershipGUI.php.
References $logger.
|
protected |
Reimplemented in ilSessionMembershipGUI.
Definition at line 961 of file class.ilMembershipGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Reimplemented in ilCourseMembershipGUI, ilGroupMembershipGUI, and ilSessionMembershipGUI.
Definition at line 826 of file class.ilMembershipGUI.php.
|
protected |
Reimplemented in ilCourseMembershipGUI, ilGroupMembershipGUI, ilLearningSequenceMembershipGUI, and ilSessionMembershipGUI.
Definition at line 165 of file class.ilMembershipGUI.php.
| ilMembershipGUI::getMembersObject | ( | ) |
Definition at line 157 of file class.ilMembershipGUI.php.
References $participants, ilParticipants\getInstance(), getParentObject(), and participants().
Referenced by ilCourseMembershipGUI\assignMembers(), ilGroupMembershipGUI\assignMembers(), ilSessionMembershipGUI\deleteParticipants(), ilCourseMembershipGUI\deleteParticipantsWithLinkedCourses(), ilSessionMembershipGUI\getAttendanceListUserData(), ilCourseMembershipGUI\getPrintMemberData(), ilCourseMembershipGUI\updateParticipantsStatus(), and ilGroupMembershipGUI\updateParticipantsStatus().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilSessionMembershipGUI.
Definition at line 1032 of file class.ilMembershipGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilMembershipGUI::getParentGUI | ( | ) |
Definition at line 147 of file class.ilMembershipGUI.php.
References $repository_gui.
Referenced by ilCourseMembershipGUI\deliverCertificate(), ilCourseMembershipGUI\getDefaultRole(), ilGroupMembershipGUI\getDefaultRole(), ilGroupMembershipGUI\getPrintMemberData(), ilLearningSequenceMembershipGUI\getPrintMemberData(), ilCourseMembershipGUI\initEditParticipantTableGUI(), ilGroupMembershipGUI\initEditParticipantTableGUI(), ilCourseMembershipGUI\readMemberData(), ilLearningSequenceMembershipGUI\showParticipantsToolbar(), and ilCourseMembershipGUI\updateLPFromStatus().
Here is the caller graph for this function:| ilMembershipGUI::getParentObject | ( | ) |
Reimplemented in ilLearningSequenceMembershipGUI.
Definition at line 152 of file class.ilMembershipGUI.php.
References $repository_object.
Referenced by __construct(), ilCourseMembershipGUI\assignMembers(), ilGroupMembershipGUI\assignMembers(), checkPermissionBool(), ilSessionMembershipGUI\checkRbacOrPositionAccessBool(), ilSessionMembershipGUI\deleteParticipants(), ilCourseMembershipGUI\deleteParticipantsWithLinkedCourses(), ilCourseMembershipGUI\filterUserIdsByRbacOrPositionOfCurrentUser(), ilGroupMembershipGUI\filterUserIdsByRbacOrPositionOfCurrentUser(), ilCourseMembershipGUI\getLocalTypeRole(), ilGroupMembershipGUI\getLocalTypeRole(), ilCourseMembershipGUI\getMailContextOptions(), ilGroupMembershipGUI\getMailContextOptions(), ilSessionMembershipGUI\getMailContextOptions(), getMembersObject(), ilSessionMembershipGUI\getMemberTabName(), ilSessionMembershipGUI\getParticipantTableTitle(), ilCourseMembershipGUI\getPrintMemberData(), ilCourseMembershipGUI\initEditParticipantTableGUI(), ilGroupMembershipGUI\initEditParticipantTableGUI(), ilCourseMembershipGUI\initParticipantTableGUI(), ilGroupMembershipGUI\initParticipantTableGUI(), ilSessionMembershipGUI\initParticipantTableGUI(), ilSessionMembershipGUI\initSubscriberTable(), ilCourseMembershipGUI\initWaitingList(), ilGroupMembershipGUI\initWaitingList(), ilSessionMembershipGUI\initWaitingList(), ilCourseMembershipGUI\showDeleteParticipantsConfirmationWithLinkedCourses(), and ilSessionMembershipGUI\updateMembers().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilSessionMembershipGUI.
Definition at line 426 of file class.ilMembershipGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 1596 of file class.ilMembershipGUI.php.
References $DIC, ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledUserRelatedData(), ILIAS\Survey\Mode\getId(), ilPrivacySettings\getInstance(), ilParticipants\getInstance(), ilObjectLP\getInstance(), and ILIAS\Repository\lng().
Referenced by ilLearningSequenceMembershipGUI\printMembers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 95 of file class.ilMembershipGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 82 of file class.ilMembershipGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by ilCourseMembershipGUI\deleteParticipantsWithLinkedCourses().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 106 of file class.ilMembershipGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Reimplemented in ilSessionMembershipGUI.
Definition at line 1146 of file class.ilMembershipGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 119 of file class.ilMembershipGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 1591 of file class.ilMembershipGUI.php.
References ILIAS\Repository\ctrl().
Referenced by ilLearningSequenceMembershipGUI\members().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 861 of file class.ilMembershipGUI.php.
References ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Members map.
Definition at line 834 of file class.ilMembershipGUI.php.
References $user_id, ILIAS\Survey\Mode\getId(), ilParticipants\getInstanceByObjId(), ilMapUtil\getMapGUI(), and ilMapUtil\isActivated().
Here is the call graph for this function:
|
protected |
Parse table of subscription request.
Definition at line 1132 of file class.ilMembershipGUI.php.
|
protected |
Parse table of subscription request.
Definition at line 1307 of file class.ilMembershipGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Show participant table, subscriber table, wating list table;.
Definition at line 395 of file class.ilMembershipGUI.php.
References ILIAS\Repository\ctrl().
Referenced by getMembersObject(), and ilLearningSequenceMembershipGUI\members().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Apply filter for participant table.
Definition at line 439 of file class.ilMembershipGUI.php.
|
protected |
reset participants filter
Definition at line 451 of file class.ilMembershipGUI.php.
|
protected |
print members output
Definition at line 1574 of file class.ilMembershipGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
Reimplemented in ilLearningSequenceMembershipGUI.
Definition at line 1531 of file class.ilMembershipGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
protected |
print members output
Definition at line 1550 of file class.ilMembershipGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilMembershipGUI::readMemberData | ( | array | $usr_ids, |
| array | $columns | ||
| ) |
Required for member table guis.
Definition at line 1116 of file class.ilMembershipGUI.php.
Referenced by ilGroupMembershipGUI\getPrintMemberData(), and ilGroupMembershipGUI\initEditParticipantTableGUI().
Here is the caller graph for this function:
|
protected |
refuse from waiting list
Definition at line 1451 of file class.ilMembershipGUI.php.
References $user_id, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilCourseMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER, ilGroupMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER, and ilSessionMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER.
Here is the call graph for this function:
|
protected |
Definition at line 1216 of file class.ilMembershipGUI.php.
References ILIAS\Repository\ctrl(), error(), ILIAS\Repository\lng(), ilCourseMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER, ilGroupMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER, ilLearningSequenceMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER, and ilSessionMembershipMailNotification\TYPE_REFUSED_SUBSCRIPTION_MEMBER.
Here is the call graph for this function:
|
protected |
Definition at line 788 of file class.ilMembershipGUI.php.
References ilObjUser\_lookupLogin(), ILIAS\Repository\ctrl(), ilMailFormCall\getRedirectTarget(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ilUtil\redirect(), and ilMailFormCall\setRecipients().
Here is the call graph for this function:
|
protected |
Set sub tabs.
Reimplemented in ilLearningSequenceMembershipGUI.
Definition at line 1040 of file class.ilMembershipGUI.php.
References ilTabsGUI\addSubTabTarget(), ILIAS\Repository\ctrl(), ilPrivacySettings\getInstance(), and ilMapUtil\isActivated().
Here is the call graph for this function:
|
protected |
Show mail to member toolbar button.
Definition at line 932 of file class.ilMembershipGUI.php.
References ilToolbarGUI\addButton(), ilToolbarGUI\addSeparator(), and ILIAS\Repository\ctrl().
Referenced by ilLearningSequenceMembershipGUI\showParticipantsToolbar().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 907 of file class.ilMembershipGUI.php.
References ilToolbarGUI\addButton(), ilToolbarGUI\addSeparator(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Show participants toolbar.
Reimplemented in ilLearningSequenceMembershipGUI.
Definition at line 869 of file class.ilMembershipGUI.php.
References ilRepositorySearchGUI\fillAutoCompleteToolbar(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Reimplemented in ilCourseMembershipGUI.
Definition at line 669 of file class.ilMembershipGUI.php.
| ilMembershipGUI::updateParticipants | ( | ) |
update members
Definition at line 493 of file class.ilMembershipGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilCourseMembershipMailNotification\TYPE_STATUS_CHANGED, and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 39 of file class.ilMembershipGUI.php.
Referenced by ilLearningSequenceMembershipGUI\setSubTabs().
|
protected |
Definition at line 36 of file class.ilMembershipGUI.php.
Referenced by getCtrl().
|
protected |
Definition at line 42 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 33 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 35 of file class.ilMembershipGUI.php.
Referenced by getLanguage().
|
protected |
Definition at line 37 of file class.ilMembershipGUI.php.
Referenced by getLogger().
|
protected |
Definition at line 49 of file class.ilMembershipGUI.php.
Referenced by ilGroupMembershipGUI\getPrintMemberData(), and ilLearningSequenceMembershipGUI\getPrintMemberData().
|
protected |
Definition at line 40 of file class.ilMembershipGUI.php.
Referenced by ilSessionMembershipGUI\confirmDeleteParticipants(), ilSessionMembershipGUI\deleteParticipants(), ilCourseMembershipGUI\deleteParticipantsWithLinkedCourses(), getMembersObject(), ilCourseMembershipGUI\showDeleteParticipantsConfirmationWithLinkedCourses(), ilGroupMembershipGUI\updateParticipantsStatus(), and ilLearningSequenceMembershipGUI\updateParticipantsStatus().
|
protected |
Definition at line 48 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 46 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 45 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 34 of file class.ilMembershipGUI.php.
Referenced by ilLearningSequenceMembershipGUI\getDefaultCommand().
|
private |
Definition at line 32 of file class.ilMembershipGUI.php.
Referenced by ilGroupMembershipGUI\__construct(), __construct(), ilSessionMembershipGUI\__construct(), ilLearningSequenceMembershipGUI\__construct(), and getParentGUI().
|
private |
Definition at line 31 of file class.ilMembershipGUI.php.
Referenced by getParentObject().
|
protected |
Definition at line 43 of file class.ilMembershipGUI.php.
Referenced by ilLearningSequenceMembershipGUI\setSubTabs().
|
protected |
Definition at line 44 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 38 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 47 of file class.ilMembershipGUI.php.
|
protected |
Definition at line 41 of file class.ilMembershipGUI.php.