ILIAS
trunk Revision v11.0_alpha-1862-g4e205cb56d4
|
Base class for mime mail notifications. More...
Public Member Functions | |
__construct (bool $a_is_personal_workspace=false) | |
sendMimeMail (string $a_rcp) | |
setCurrentRecipient (string $current_recipient) | |
getCurrentRecipient () | |
setMimeMail (ilMimeMail $mime_mail) | |
getMimeMail () | |
![]() | |
__construct (protected bool $is_in_wsp=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 () | |
Protected Member Functions | |
setSubject (string $a_subject) | |
initMimeMail () | |
initLanguageByIso2Code (string $a_code='') | |
initLanguage (int $a_usr_id) | |
![]() | |
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 | |
ilMimeMail | $mime_mail |
string | $current_recipient |
ilMailMimeSenderFactory | $senderFactory |
![]() | |
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 = [] |
ilWorkspaceTree | $wsp_tree |
ilWorkspaceAccessHandler | $wsp_access_handler |
Additional Inherited Members | |
![]() | |
final const | SUBJECT_TITLE_LENGTH = 60 |
Base class for mime mail notifications.
Definition at line 26 of file class.ilMimeMailNotification.php.
ilMimeMailNotification::__construct | ( | bool | $a_is_personal_workspace = false | ) |
Definition at line 32 of file class.ilMimeMailNotification.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
ilMimeMailNotification::getCurrentRecipient | ( | ) |
Definition at line 103 of file class.ilMimeMailNotification.php.
References $current_recipient.
Referenced by ilCronDeleteInactiveUserReminderMailNotification\initLanguage(), ILIAS\Mail\Cron\ExpiredOrOrphanedMails\MailNotification\send(), and ILIAS\LegalDocuments\ConsumerToolbox\Mail\sendGeneric().
ilMimeMailNotification::getMimeMail | ( | ) |
Definition at line 114 of file class.ilMimeMailNotification.php.
References $mime_mail.
|
protected |
Definition at line 66 of file class.ilMimeMailNotification.php.
References ilObjectFactory\getInstanceByObjId(), ilMailNotification\getLanguage(), initLanguageByIso2Code(), ilUtil\is_email(), and setCurrentRecipient().
|
protected |
Definition at line 60 of file class.ilMimeMailNotification.php.
References ilMailNotification\getLanguage().
Referenced by initLanguage(), ILIAS\User\Profile\ChangeMailMail\sendEmailToExistingAddress(), ILIAS\User\Profile\ChangeMailMail\sendEmailToNewEmailAddress(), ILIAS\LegalDocuments\ConsumerToolbox\Mail\sendGeneric(), and ilAccountRegistrationMail\sendLanguageVariableBasedAccountMail().
|
protected |
Definition at line 52 of file class.ilMimeMailNotification.php.
References $mime_mail.
Referenced by ilCronDeleteInactiveUserReminderMailNotification\initLanguage(), ILIAS\Mail\Cron\ExpiredOrOrphanedMails\MailNotification\send(), ILIAS\User\Profile\ChangeMailMail\sendEmailToExistingAddress(), ILIAS\User\Profile\ChangeMailMail\sendEmailToNewEmailAddress(), ILIAS\LegalDocuments\ConsumerToolbox\Mail\sendGeneric(), and ilAccountRegistrationMail\sendLanguageVariableBasedAccountMail().
ilMimeMailNotification::sendMimeMail | ( | string | $a_rcp | ) |
Definition at line 39 of file class.ilMimeMailNotification.php.
References ilMailNotification\getBody(), and ilMailNotification\getSubject().
Referenced by ilCronDeleteInactiveUserReminderMailNotification\initLanguage(), ILIAS\Mail\Cron\ExpiredOrOrphanedMails\MailNotification\send(), ILIAS\User\Profile\ChangeMailMail\sendEmailToExistingAddress(), ILIAS\User\Profile\ChangeMailMail\sendEmailToNewEmailAddress(), ILIAS\LegalDocuments\ConsumerToolbox\Mail\sendGeneric(), and ilAccountRegistrationMail\sendLanguageVariableBasedAccountMail().
ilMimeMailNotification::setCurrentRecipient | ( | string | $current_recipient | ) |
Definition at line 97 of file class.ilMimeMailNotification.php.
References $current_recipient.
Referenced by initLanguage().
ilMimeMailNotification::setMimeMail | ( | ilMimeMail | $mime_mail | ) |
Definition at line 108 of file class.ilMimeMailNotification.php.
References $mime_mail.
|
protected |
Definition at line 47 of file class.ilMimeMailNotification.php.
Referenced by ilCronDeleteInactiveUserReminderMailNotification\initLanguage(), ILIAS\Mail\Cron\ExpiredOrOrphanedMails\MailNotification\send(), ILIAS\User\Profile\ChangeMailMail\sendEmailToExistingAddress(), ILIAS\User\Profile\ChangeMailMail\sendEmailToNewEmailAddress(), ILIAS\LegalDocuments\ConsumerToolbox\Mail\sendGeneric(), and ilAccountRegistrationMail\sendLanguageVariableBasedAccountMail().
|
protected |
Definition at line 29 of file class.ilMimeMailNotification.php.
Referenced by getCurrentRecipient(), and setCurrentRecipient().
|
protected |
Definition at line 28 of file class.ilMimeMailNotification.php.
Referenced by getMimeMail(), initMimeMail(), and setMimeMail().
|
protected |
Definition at line 30 of file class.ilMimeMailNotification.php.