43 $this->
language->loadLanguageModule(
'assessment');
62 $this->
getMail()->appendInstallationSignature(
true);
77 $this->
language->loadLanguageModule(
'assessment');
102 $this->
getMail()->appendInstallationSignature(
true);
static setUseRelativeDates(bool $a_status)
set use relative dates
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
@classDescription Date and time handling
Base class for course/group mail notifications.
sendMail(array $a_rcp, bool $a_parse_recipients=true)
appendBody(string $a_body)
setSubject(string $a_subject)
setAttachments(array $a_att)
initLanguage(int $a_usr_id)
static getSalutation(int $a_usr_id, ?ilLanguage $a_language=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc