|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilTestMailNotification. More...
Inheritance diagram for ilTestMailNotification:
Collaboration diagram for ilTestMailNotification:Public Member Functions | |
| __construct () | |
| sendSimpleNotification ($owner_id, $title, $usr_data) | |
| Send a simple notification to the owner of the test. More... | |
| sendAdvancedNotification ($owner_id, $title, $usr_data, $file_names) | |
| send an advanced notification to the owner of the test More... | |
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 () | |
Additional Inherited Members | |
Data Fields inherited from ilMailNotification | |
| final const | SUBJECT_TITLE_LENGTH = 60 |
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 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 |
Class ilTestMailNotification.
Definition at line 28 of file class.ilTestMailNotification.php.
| ilTestMailNotification::__construct | ( | ) |
Definition at line 30 of file class.ilTestMailNotification.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| ilTestMailNotification::sendAdvancedNotification | ( | $owner_id, | |
| $title, | |||
| $usr_data, | |||
| $file_names | |||
| ) |
send an advanced notification to the owner of the test
| int | $owner_id | |
| string | $title | |
| string | $usr_data | |
| array | $file_names |
Definition at line 76 of file class.ilTestMailNotification.php.
References ilMailNotification\appendBody(), ilDatePresentation\formatDate(), ilMailNotification\getLanguage(), ilMailNotification\getMail(), ilMail\getSalutation(), IL_CAL_UNIX, ilMailNotification\initLanguage(), ilMailNotification\initMail(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), ilMailNotification\sendMail(), ilMailNotification\setAttachments(), ilMailNotification\setBody(), ilMailNotification\setSubject(), and ilDatePresentation\setUseRelativeDates().
Here is the call graph for this function:| ilTestMailNotification::sendSimpleNotification | ( | $owner_id, | |
| $title, | |||
| $usr_data | |||
| ) |
Send a simple notification to the owner of the test.
| int | $owner_id | |
| string | $title | |
| string | $usr_data |
Definition at line 42 of file class.ilTestMailNotification.php.
References ilMailNotification\appendBody(), ilDatePresentation\formatDate(), ilMailNotification\getLanguage(), ilMailNotification\getMail(), ilMail\getSalutation(), IL_CAL_UNIX, ilMailNotification\initLanguage(), ilMailNotification\initMail(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), ilMailNotification\sendMail(), ilMailNotification\setBody(), ilMailNotification\setSubject(), and ilDatePresentation\setUseRelativeDates().
Here is the call graph for this function: