ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct ($userId, $testRefId) | |
send () | |
![]() | |
__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 () | |
Private Member Functions | |
buildSubject () | |
buildBody () | |
setRecipient ($userId) | |
getRecipient () | |
convertFeedbackForMail ($feedback) | |
Additional Inherited Members | |
![]() | |
final const | SUBJECT_TITLE_LENGTH = 60 |
![]() | |
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") | |
![]() | |
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.ilTestManScoringParticipantNotification.php.
ilTestManScoringParticipantNotification::__construct | ( | $userId, | |
$testRefId | |||
) |
Definition at line 23 of file class.ilTestManScoringParticipantNotification.php.
References ILIAS\GlobalScreen\Provider\__construct(), ilMailNotification\getLanguage(), getRecipient(), ilMailNotification\initLanguage(), ilMailNotification\initMail(), setRecipient(), and ilMailNotification\setRefId().
|
private |
Definition at line 54 of file class.ilTestManScoringParticipantNotification.php.
References ilMailNotification\appendBody(), convertFeedbackForMail(), ilMailNotification\getAdditionalInformation(), ilMailNotification\getLanguage(), ilMailNotification\getLanguageText(), ilMailNotification\getMail(), getRecipient(), ilMail\getSalutation(), and ilMailNotification\setBody().
Referenced by send().
|
private |
Definition at line 47 of file class.ilTestManScoringParticipantNotification.php.
References ilMailNotification\getAdditionalInformation(), ilMailNotification\getLanguageText(), and ilMailNotification\setSubject().
Referenced by send().
|
private |
Definition at line 113 of file class.ilTestManScoringParticipantNotification.php.
Referenced by buildBody().
|
private |
Definition at line 108 of file class.ilTestManScoringParticipantNotification.php.
References ilMailNotification\getRecipients().
Referenced by __construct(), and buildBody().
ilTestManScoringParticipantNotification::send | ( | ) |
Definition at line 36 of file class.ilTestManScoringParticipantNotification.php.
References buildBody(), buildSubject(), ilMailNotification\getRecipients(), and ilMailNotification\sendMail().
|
private |
Definition at line 103 of file class.ilTestManScoringParticipantNotification.php.
References ilMailNotification\setRecipients().
Referenced by __construct().