4 include_once
'./Services/Mail/classes/class.ilMailNotification.php';
17 parent::__construct();
30 $this->
language->loadLanguageModule(
'assessment');
49 $this->
getMail()->appendInstallationSignature(
true);
51 $this->
sendMail(array($owner_id), array(
'system'));
64 $this->
language->loadLanguageModule(
'assessment');
89 $this->
getMail()->appendInstallationSignature(
true);
91 $this->
sendMail(array($owner_id), array(
'system'));
initLanguage($a_usr_id)
Init language.
Class ilTestMailNotification.
setAttachments($a_att)
Set attachments.
static setUseRelativeDates($a_status)
set use relative dates
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
Base class for course/group mail notifications.
sendAdvancedNotification($owner_id, $title, $usr_data, $file_names)
send an advanced notification to the owner of the test
sendSimpleNotification($owner_id, $title, $usr_data)
Send a simple notification to the owner of the test.
sendMail(array $a_rcp, $a_type, $a_parse_recipients=true)
appendBody($a_body)
Append body text.
static getSalutation($a_usr_id, ilLanguage $a_language=null)