3 declare(strict_types=1);
45 $clone->receiver = $member;
46 $clone->ref_id = $member->
assessment()->getRefId();
56 $clone->occasion = self::OCCASION_FAILED;
66 $clone->occasion = self::OCCASION_COMPLETED;
73 public function send(): void
77 !in_array($this->occasion, array(self::OCCASION_COMPLETED, self::OCCASION_FAILED))
83 $subject = $this->occasion === self::OCCASION_COMPLETED
86 $message = $this->occasion === self::OCCASION_COMPLETED
89 $assessment_title = $this->receiver->assessment()->getTitle();
100 $this->
getMail()->appendInstallationSignature(
true);
101 $this->
sendMail(array($this->receiver->id()));
appendBody(string $a_body)
sendMail(array $a_rcp, bool $a_parse_recipients=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withReceiver(ilIndividualAssessmentMember $member)
Define the member, that should receive the message.
Base class for course/group mail notifications.
withOccasionCompleted()
Set message mode to complete.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setLangModules(array $a_modules)
static getSalutation(int $a_usr_id, ?ilLanguage $a_language=null)
initLanguage(int $a_usr_id)
getLanguageText(string $a_keyword)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
createPermanentLink(array $a_params=[], string $a_append='')
__construct(Container $dic, ilPlugin $plugin)
setSubject(string $a_subject)
ilIndividualAssessmentMember $receiver
withOccasionFailed()
Set message mode to failed.