|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilDataCollectionMailNotification:
Collaboration diagram for ilDataCollectionMailNotification:Public Member Functions | |
| addRecipient (int $a_rcp) | |
| getActor () | |
| setActor (int $actor) | |
| getRecord () | |
| setRecord (ilDclBaseRecordModel $record) | |
| send () | |
Public Member Functions inherited from ilMailNotification | |
| __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 () | |
Data Fields | |
| const | TYPE_RECORD_CREATE = 1 |
| const | TYPE_RECORD_UPDATE = 2 |
| const | TYPE_RECORD_DELETE = 3 |
Data Fields inherited from ilMailNotification | |
| final const | SUBJECT_TITLE_LENGTH = 60 |
Protected Member Functions | |
| appendBody (string $a_body) | |
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") | |
Private Member Functions | |
| getAction (ilLanguage $lng) | |
Private Attributes | |
| int | $actor |
| ilDclBaseRecordModel | $record |
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 = [] |
| ilWorkspaceTree | $wsp_tree |
| ilWorkspaceAccessHandler | $wsp_access_handler |
Definition at line 21 of file class.ilDataCollectionMailNotification.php.
| ilDataCollectionMailNotification::addRecipient | ( | int | $a_rcp | ) |
Definition at line 30 of file class.ilDataCollectionMailNotification.php.
|
protected |
Definition at line 120 of file class.ilDataCollectionMailNotification.php.
Referenced by send().
Here is the caller graph for this function:
|
private |
Definition at line 106 of file class.ilDataCollectionMailNotification.php.
References ilMailNotification\getType(), and ilLanguage\txt().
Referenced by send().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionMailNotification::getActor | ( | ) |
Definition at line 35 of file class.ilDataCollectionMailNotification.php.
References $actor.
| ilDataCollectionMailNotification::getRecord | ( | ) |
Definition at line 45 of file class.ilDataCollectionMailNotification.php.
References $record.
| ilDataCollectionMailNotification::send | ( | ) |
Definition at line 55 of file class.ilDataCollectionMailNotification.php.
References $lng, $message, ilLanguageFactory\_getLanguageOfUser(), ilObject\_lookupTitle(), appendBody(), getAction(), ilMailNotification\getMail(), ilUserUtil\getNamePresentation(), ilMailNotification\getObjId(), ilMailNotification\getRefId(), ilMail\getSalutation(), ilMailNotification\initMail(), ilMailNotification\sendMail(), ilMailNotification\setBody(), and ilMailNotification\setSubject().
Here is the call graph for this function:| ilDataCollectionMailNotification::setActor | ( | int | $actor | ) |
Definition at line 40 of file class.ilDataCollectionMailNotification.php.
References $actor.
| ilDataCollectionMailNotification::setRecord | ( | ilDclBaseRecordModel | $record | ) |
Definition at line 50 of file class.ilDataCollectionMailNotification.php.
References $record.
|
private |
Definition at line 27 of file class.ilDataCollectionMailNotification.php.
Referenced by getActor(), and setActor().
|
private |
Definition at line 28 of file class.ilDataCollectionMailNotification.php.
Referenced by getRecord(), and setRecord().
| const ilDataCollectionMailNotification::TYPE_RECORD_CREATE = 1 |
Definition at line 23 of file class.ilDataCollectionMailNotification.php.
Referenced by ilDclRecordEditGUI\save().
| const ilDataCollectionMailNotification::TYPE_RECORD_DELETE = 3 |
Definition at line 25 of file class.ilDataCollectionMailNotification.php.
Referenced by ilDclBaseRecordModel\doDelete().
| const ilDataCollectionMailNotification::TYPE_RECORD_UPDATE = 2 |
Definition at line 24 of file class.ilDataCollectionMailNotification.php.
Referenced by ilDclBaseRecordModel\doUpdate().