|
ILIAS
release_8 Revision v8.24
|
Class for mime mail registration notifications. More...
Inheritance diagram for ilRegistrationMimeMailNotification:
Collaboration diagram for ilRegistrationMimeMailNotification:Data Fields | |
| const | TYPE_NOTIFICATION_ACTIVATION = 32 |
Data Fields inherited from ilMailNotification | |
| const | SUBJECT_TITLE_LENGTH = 60 |
Additional Inherited Members | |
Public Member Functions inherited from ilMimeMailNotification | |
| __construct (bool $a_is_personal_workspace=false) | |
| sendMimeMail (string $a_rcp) | |
| setCurrentRecipient (string $current_recipient) | |
| getCurrentRecipient () | |
| setMimeMail (ilMimeMail $mime_mail) | |
| getMimeMail () | |
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 () | |
Protected Member Functions inherited from ilMimeMailNotification | |
| setSubject (string $a_subject) | |
| initMimeMail () | |
| initLanguageByIso2Code (string $a_code='') | |
| initLanguage (int $a_usr_id) | |
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 inherited from ilMimeMailNotification | |
| ilMimeMail | $mime_mail |
| string | $current_recipient |
| ilMailMimeSenderFactory | $senderFactory |
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 |
Class for mime mail registration notifications.
Definition at line 25 of file class.ilRegistrationMimeMailNotification.php.
| const ilRegistrationMimeMailNotification::TYPE_NOTIFICATION_ACTIVATION = 32 |
Definition at line 27 of file class.ilRegistrationMimeMailNotification.php.
Referenced by ilAccountRegistrationGUI\distributeMails().