|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilLearningSequenceMembershipMailNotification:
Collaboration diagram for ilLearningSequenceMembershipMailNotification:Public Member Functions | |
| __construct (ilLogger $logger, ilSetting $settings) | |
| forceSendingMail (bool $status) | |
| send () | |
Public Member Functions inherited from ilMailNotification | |
| __construct (bool $a_is_personal_workspace=false) | |
| setType (int $a_type) | |
| getType () | |
| setSender (int $a_usr_id) | |
| getSender () | |
| setRecipients (array $a_rcp) | |
| getRecipients () | |
| setAttachments (array $a_att) | |
| getAttachments () | |
| setLangModules (array $a_modules) | |
| getUserLanguage (int $a_usr_id) | |
| setRefId (int $a_id) | |
| getRefId () | |
| getObjId () | |
| setObjId (int $a_obj_id) | |
| getObjType () | |
| setAdditionalInformation (array $a_info) | |
| getAdditionalInformation () | |
| sendMail (array $a_rcp, bool $a_parse_recipients=true) | |
| getBlockBorder () | |
Data Fields | |
| const | TYPE_ADMISSION_MEMBER = 20 |
| const | TYPE_DISMISS_MEMBER = 21 |
| const | TYPE_ACCEPTED_SUBSCRIPTION_MEMBER = 22 |
| const | TYPE_REFUSED_SUBSCRIPTION_MEMBER = 23 |
| const | TYPE_STATUS_CHANGED = 24 |
| const | TYPE_BLOCKED_MEMBER = 25 |
| const | TYPE_UNBLOCKED_MEMBER = 26 |
| const | TYPE_UNSUBSCRIBE_MEMBER = 27 |
| const | TYPE_SUBSCRIBE_MEMBER = 28 |
| const | TYPE_WAITING_LIST_MEMBER = 29 |
| const | TYPE_NOTIFICATION_REGISTRATION = 30 |
| const | TYPE_NOTIFICATION_REGISTRATION_REQUEST = 31 |
| const | TYPE_NOTIFICATION_UNSUBSCRIBE = 32 |
Data Fields inherited from ilMailNotification | |
| const | SUBJECT_TITLE_LENGTH = 60 |
Protected Member Functions | |
| initLanguage (int $usr_id) | |
| createLearningSequenceStatus (int $usr_id) | |
| isNotificationTypeEnabled (int $type) | |
Protected Member Functions inherited from ilMailNotification | |
| setSubject (string $a_subject) | |
| getSubject () | |
| setBody (string $a_body) | |
| appendBody (string $a_body) | |
| getBody () | |
| initLanguage (int $a_usr_id) | |
| initLanguageByIso2Code (string $a_code='') | |
| setLanguage (ilLanguage $a_language) | |
| getLanguage () | |
| getLanguageText (string $a_keyword) | |
| getObjectTitle (bool $a_shorten=false) | |
| initMail () | |
| getMail () | |
| createPermanentLink (array $a_params=[], string $a_append='') | |
| userToString (int $a_usr_id) | |
| isRefIdAccessible (int $a_user_id, int $a_ref_id, string $a_permission="read") | |
Protected Attributes | |
| array | $permanent_enabled_notifications |
| Notifications which are not affected by "mail_grp_member_notification" setting because they addresses admins. More... | |
| ilLogger | $logger |
| ilSetting | $settings |
Protected Attributes inherited from ilMailNotification | |
| int | $type |
| int | $sender |
| ilMail | $mail = null |
| string | $subject = '' |
| string | $body = '' |
| array | $attachments = [] |
| ilLanguage | $language |
| array | $lang_modules = [] |
| array | $recipients = [] |
| int | $ref_id |
| int | $obj_id = 0 |
| string | $obj_type = '' |
| array | $additional_info = [] |
| bool | $is_in_wsp |
| ilWorkspaceTree | $wsp_tree |
| ilWorkspaceAccessHandler | $wsp_access_handler |
Private Attributes | |
| bool | $force_sending_mail = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file class.ilLearningSequenceMembershipMailNotification.php.
Definition at line 54 of file class.ilLearningSequenceMembershipMailNotification.php.
References $logger, $settings, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\logger(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 388 of file class.ilLearningSequenceMembershipMailNotification.php.
References ilMailNotification\$body, ilLearningSequenceParticipants\_getInstanceByObjId(), ilMailNotification\getLanguageText(), and ilMailNotification\getObjId().
Referenced by send().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningSequenceMembershipMailNotification::forceSendingMail | ( | bool | $status | ) |
Definition at line 62 of file class.ilLearningSequenceMembershipMailNotification.php.
|
protected |
Reimplemented from ilMailNotification.
Definition at line 382 of file class.ilLearningSequenceMembershipMailNotification.php.
References ilMailNotification\getLanguage().
Referenced by send().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 413 of file class.ilLearningSequenceMembershipMailNotification.php.
References ilMailNotification\$type, and ILIAS\Repository\settings().
Referenced by send().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningSequenceMembershipMailNotification::send | ( | ) |
Definition at line 67 of file class.ilLearningSequenceMembershipMailNotification.php.
References ilMailNotification\appendBody(), createLearningSequenceStatus(), ilMailNotification\createPermanentLink(), ilMailNotification\getAdditionalInformation(), ilMailNotification\getLanguage(), ilMailNotification\getLanguageText(), ilMailNotification\getMail(), ilMailNotification\getObjectTitle(), ilMailNotification\getRecipients(), ilMail\getSalutation(), ilMailNotification\getType(), initLanguage(), ilMailNotification\initMail(), isNotificationTypeEnabled(), ILIAS\Repository\logger(), ilMailNotification\sendMail(), ilMailNotification\setBody(), ilMailNotification\setSubject(), TYPE_ACCEPTED_SUBSCRIPTION_MEMBER, TYPE_ADMISSION_MEMBER, TYPE_DISMISS_MEMBER, TYPE_NOTIFICATION_REGISTRATION, TYPE_NOTIFICATION_REGISTRATION_REQUEST, TYPE_NOTIFICATION_UNSUBSCRIBE, TYPE_REFUSED_SUBSCRIPTION_MEMBER, TYPE_STATUS_CHANGED, TYPE_SUBSCRIBE_MEMBER, TYPE_UNSUBSCRIBE_MEMBER, TYPE_WAITING_LIST_MEMBER, and ilMailNotification\userToString().
Here is the call graph for this function:
|
private |
Definition at line 52 of file class.ilLearningSequenceMembershipMailNotification.php.
|
protected |
Definition at line 50 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by __construct().
|
protected |
Notifications which are not affected by "mail_grp_member_notification" setting because they addresses admins.
Definition at line 44 of file class.ilLearningSequenceMembershipMailNotification.php.
|
protected |
Definition at line 51 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by __construct().
| const ilLearningSequenceMembershipMailNotification::TYPE_ACCEPTED_SUBSCRIPTION_MEMBER = 22 |
Definition at line 26 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_ADMISSION_MEMBER = 20 |
Definition at line 24 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by ilLearningSequenceMembershipGUI\assignMembers(), send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_BLOCKED_MEMBER = 25 |
Definition at line 29 of file class.ilLearningSequenceMembershipMailNotification.php.
| const ilLearningSequenceMembershipMailNotification::TYPE_DISMISS_MEMBER = 21 |
Definition at line 25 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by ilMembershipGUI\deleteParticipants(), send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION = 30 |
Definition at line 36 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION_REQUEST = 31 |
Definition at line 37 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_UNSUBSCRIBE = 32 |
Definition at line 38 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_REFUSED_SUBSCRIPTION_MEMBER = 23 |
Definition at line 27 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by ilMembershipGUI\refuseSubscribers(), send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_STATUS_CHANGED = 24 |
Definition at line 28 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_SUBSCRIBE_MEMBER = 28 |
Definition at line 32 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_UNBLOCKED_MEMBER = 26 |
Definition at line 30 of file class.ilLearningSequenceMembershipMailNotification.php.
| const ilLearningSequenceMembershipMailNotification::TYPE_UNSUBSCRIBE_MEMBER = 27 |
Definition at line 31 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_WAITING_LIST_MEMBER = 29 |
Definition at line 33 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send().