|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilRegistrationMailNotification:
Collaboration diagram for ilRegistrationMailNotification:Public Member Functions | |
| send () | |
| Parse and send mail. More... | |
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_NOTIFICATION_APPROVERS = 30 |
| const | TYPE_NOTIFICATION_CONFIRMATION = 31 |
Data Fields inherited from ilMailNotification | |
| const | SUBJECT_TITLE_LENGTH = 60 |
Protected Member Functions | |
| 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") | |
Additional Inherited Members | |
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 |
Definition at line 25 of file class.ilRegistrationMailNotification.php.
|
protected |
Reimplemented from ilMailNotification.
Definition at line 102 of file class.ilRegistrationMailNotification.php.
References ilMailNotification\getLanguage().
Referenced by send().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRegistrationMailNotification::send | ( | ) |
Parse and send mail.
Definition at line 34 of file class.ilRegistrationMailNotification.php.
References ilLink\_getStaticLink(), ilMailNotification\appendBody(), ilMailNotification\getAdditionalInformation(), ILIAS\Survey\Mode\getId(), ilMailNotification\getLanguage(), ilMailNotification\getLanguageText(), ilMailNotification\getMail(), ilMailNotification\getRecipients(), ilMail\getSalutation(), ilMailNotification\getType(), initLanguage(), ilMailNotification\initMail(), ilMailNotification\sendMail(), ilMailNotification\setBody(), ilMailNotification\setSubject(), TYPE_NOTIFICATION_APPROVERS, and TYPE_NOTIFICATION_CONFIRMATION.
Here is the call graph for this function:| const ilRegistrationMailNotification::TYPE_NOTIFICATION_APPROVERS = 30 |
Definition at line 27 of file class.ilRegistrationMailNotification.php.
Referenced by ilAccountRegistrationGUI\distributeMails(), and send().
| const ilRegistrationMailNotification::TYPE_NOTIFICATION_CONFIRMATION = 31 |
Definition at line 28 of file class.ilRegistrationMailNotification.php.
Referenced by shibUser\create(), ilAccountRegistrationGUI\distributeMails(), and send().