ILIAS
Release_5_0_x_branch Revision 61816
|
Class for mime mail registration notifications. More...
Public Member Functions | |
__construct () | |
Constructor. | |
Public Member Functions inherited from ilMimeMailNotification | |
sendMimeMail ($a_rcp) | |
setCurrentRecipient ($current_recipient) | |
getCurrentRecipient () | |
setMimeMail ($mime_mail) | |
getMimeMail () | |
Public Member Functions inherited from ilMailNotification | |
__construct ($a_is_personal_workspace=false) | |
Constructor. | |
setType ($a_type) | |
Set notification type. | |
getType () | |
Get notification type. | |
setSender ($a_usr_id) | |
Set sender of mail. | |
getSender () | |
get sender of mail | |
setRecipients ($a_rcp) | |
set mail recipients | |
getRecipients () | |
get array of recipients | |
setAttachments ($a_att) | |
Set attachments. | |
getAttachments () | |
Get attachments. | |
setLangModules (array $a_modules) | |
Set lang modules. | |
getUserLanguage ($a_usr_id) | |
Get user language. | |
setRefId ($a_id) | |
Set ref id. | |
getRefId () | |
get reference id | |
getObjId () | |
get object id | |
setObjId ($a_obj_id) | |
set obj id | |
getObjType () | |
Get object type. | |
setAdditionalInformation ($a_info) | |
Additional information for creating notification mails. | |
getAdditionalInformation () | |
Get additional information for generating notification mails. | |
sendMail ($a_rcp, $a_type, $a_parse_recipients=true) | |
Send Mail. | |
getBlockBorder () | |
Get (ascii) block border. |
Data Fields | |
const | TYPE_NOTIFICATION_ACTIVATION = 32 |
Additional Inherited Members | |
Protected Member Functions inherited from ilMimeMailNotification | |
initLanguageByIso2Code ($a_code= '') | |
initLanguage ($a_usr_id) | |
Protected Attributes inherited from ilMimeMailNotification | |
$mime_mail | |
$current_recipient |
Class for mime mail registration notifications.
Definition at line 13 of file class.ilRegistrationMimeMailNotification.php.
ilRegistrationMimeMailNotification::__construct | ( | ) |
Constructor.
Definition at line 20 of file class.ilRegistrationMimeMailNotification.php.
const ilRegistrationMimeMailNotification::TYPE_NOTIFICATION_ACTIVATION = 32 |
Definition at line 15 of file class.ilRegistrationMimeMailNotification.php.
Referenced by ilAccountRegistrationGUI\__distributeMails().