ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Notifies user, using internal mail system. More...
Public Member Functions | |
__construct () | |
withReceiver (ilIndividualAssessmentMember $member) | |
Define the member, that should receive the message. More... | |
withOccasionFailed () | |
Set message mode to failed. More... | |
withOccasionCompleted () | |
Set message mode to complete. More... | |
send () | |
Send message. More... | |
![]() | |
__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 | OCCASION_FAILED = 0 |
const | OCCASION_COMPLETED = 1 |
![]() | |
final const | SUBJECT_TITLE_LENGTH = 60 |
Protected Attributes | |
int | $occasion |
ilIndividualAssessmentMember | $receiver |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
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") | |
Notifies user, using internal mail system.
Definition at line 24 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
ilIndividualAssessmentPrimitiveInternalNotificator::__construct | ( | ) |
Definition at line 32 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilMailNotification\setLangModules().
ilIndividualAssessmentPrimitiveInternalNotificator::send | ( | ) |
Send message.
Implements ilIndividualAssessmentNotificator.
Definition at line 73 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
References $message, ilMailNotification\$subject, ilMailNotification\appendBody(), ilMailNotification\createPermanentLink(), ilMailNotification\getLanguage(), ilMailNotification\getLanguageText(), ilMailNotification\getMail(), ilMail\getSalutation(), ilMailNotification\initLanguage(), ilMailNotification\initMail(), ilMailNotification\sendMail(), ilMailNotification\setBody(), and ilMailNotification\setSubject().
ilIndividualAssessmentPrimitiveInternalNotificator::withOccasionCompleted | ( | ) |
Set message mode to complete.
Implements ilIndividualAssessmentNotificator.
Definition at line 63 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
ilIndividualAssessmentPrimitiveInternalNotificator::withOccasionFailed | ( | ) |
Set message mode to failed.
Implements ilIndividualAssessmentNotificator.
Definition at line 53 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
ilIndividualAssessmentPrimitiveInternalNotificator::withReceiver | ( | ilIndividualAssessmentMember | $member | ) |
Define the member, that should receive the message.
Implements ilIndividualAssessmentNotificator.
Definition at line 41 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
References ilIndividualAssessmentMember\assessment().
|
protected |
Definition at line 29 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
|
protected |
Definition at line 30 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
const ilIndividualAssessmentPrimitiveInternalNotificator::OCCASION_COMPLETED = 1 |
Definition at line 27 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.
const ilIndividualAssessmentPrimitiveInternalNotificator::OCCASION_FAILED = 0 |
Definition at line 26 of file class.ilIndividualAssessmentPrimitiveInternalNotificator.php.