|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 ($a_is_personal_workspace=false) | |
| setType ($a_type) | |
| Set notification type. More... | |
| getType () | |
| Get notification type. More... | |
| setSender ($a_usr_id) | |
| Set sender of mail. More... | |
| getSender () | |
| get sender of mail More... | |
| setRecipients (array $a_rcp) | |
| getRecipients () | |
| get array of recipients More... | |
| setAttachments ($a_att) | |
| Set attachments. More... | |
| getAttachments () | |
| Get attachments. More... | |
| setLangModules (array $a_modules) | |
| Set lang modules. More... | |
| getUserLanguage ($a_usr_id) | |
| Get user language. More... | |
| setRefId ($a_id) | |
| getRefId () | |
| getObjId () | |
| setObjId ($a_obj_id) | |
| getObjType () | |
| Get object type. More... | |
| setAdditionalInformation (array $a_info) | |
| Additional information for creating notification mails. More... | |
| getAdditionalInformation () | |
| sendMail (array $a_rcp, $a_type, $a_parse_recipients=true) | |
| getBlockBorder () | |
| Get (ascii) block border. More... | |
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 ($usr_id) | |
| Init language. More... | |
| createLearningSequenceStatus (int $usr_id) | |
| isNotificationTypeEnabled (int $type) | |
Protected Member Functions inherited from ilMailNotification | |
| setSubject ($a_subject) | |
| getSubject () | |
| setBody ($a_body) | |
| appendBody ($a_body) | |
| Append body text. More... | |
| getBody () | |
| initLanguage ($a_usr_id) | |
| Init language. More... | |
| initLanguageByIso2Code ($a_code='') | |
| Init language by ISO2 code. More... | |
| setLanguage ($a_language) | |
| getLanguage () | |
| getLanguageText ($a_keyword) | |
| getObjectTitle ($a_shorten=false) | |
| initMail () | |
| getMail () | |
| createPermanentLink ($a_params=array(), $a_append='') | |
| userToString ($a_usr_id) | |
| isRefIdAccessible ($a_user_id, $a_ref_id, $a_permission="read") | |
| Check if ref id is accessible for user. More... | |
Protected Attributes | |
| $permanent_enabled_notifications | |
| Notifications which are not affected by "mail_grp_member_notification" setting because they addresses admins. More... | |
| $logger | |
Protected Attributes inherited from ilMailNotification | |
| $type = null | |
| $sender = null | |
| $mail = null | |
| $subject = '' | |
| $body = '' | |
| $attachments = array() | |
| $language = null | |
| $lang_modules = array() | |
| $recipients = array() | |
| $ref_id = null | |
| $obj_id = null | |
| $obj_type = null | |
| $additional_info = array() | |
| $is_in_wsp | |
| $wsp_tree | |
| $wsp_access_handler | |
Private Attributes | |
| $force_sending_mail = false | |
Definition at line 8 of file class.ilLearningSequenceMembershipMailNotification.php.
Definition at line 44 of file class.ilLearningSequenceMembershipMailNotification.php.
References $logger, and settings().
Here is the call graph for this function:
|
protected |
Definition at line 378 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 52 of file class.ilLearningSequenceMembershipMailNotification.php.
|
protected |
Init language.
| int | $a_usr_id |
Reimplemented from ilMailNotification.
Definition at line 372 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 403 of file class.ilLearningSequenceMembershipMailNotification.php.
References ilMailNotification\$type, and 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 57 of file class.ilLearningSequenceMembershipMailNotification.php.
References $info, 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(), 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 37 of file class.ilLearningSequenceMembershipMailNotification.php.
|
protected |
Definition at line 42 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 31 of file class.ilLearningSequenceMembershipMailNotification.php.
| const ilLearningSequenceMembershipMailNotification::TYPE_ACCEPTED_SUBSCRIPTION_MEMBER = 22 |
Definition at line 13 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_ADMISSION_MEMBER = 20 |
Definition at line 11 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by ilLearningSequenceMembershipGUI\assignMembers(), send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_BLOCKED_MEMBER = 25 |
Definition at line 16 of file class.ilLearningSequenceMembershipMailNotification.php.
| const ilLearningSequenceMembershipMailNotification::TYPE_DISMISS_MEMBER = 21 |
Definition at line 12 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by ilMembershipGUI\deleteParticipants(), send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION = 30 |
Definition at line 23 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION_REQUEST = 31 |
Definition at line 24 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_UNSUBSCRIBE = 32 |
Definition at line 25 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_REFUSED_SUBSCRIPTION_MEMBER = 23 |
Definition at line 14 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by ilMembershipGUI\refuseSubscribers(), send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_STATUS_CHANGED = 24 |
Definition at line 15 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_SUBSCRIBE_MEMBER = 28 |
Definition at line 19 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_UNBLOCKED_MEMBER = 26 |
Definition at line 17 of file class.ilLearningSequenceMembershipMailNotification.php.
| const ilLearningSequenceMembershipMailNotification::TYPE_UNSUBSCRIBE_MEMBER = 27 |
Definition at line 18 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send(), and ilLearningSequenceParticipants\sendNotification().
| const ilLearningSequenceMembershipMailNotification::TYPE_WAITING_LIST_MEMBER = 29 |
Definition at line 20 of file class.ilLearningSequenceMembershipMailNotification.php.
Referenced by send().