ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilComponentLogger $log, ilLanguage $lng) | |
sendInformToReAssignMail (int $assignment_id, int $root_prg_id) | |
resetExpiryInfoSentFor (int $assignment_id, int $root_prg_id) | |
sendRiskyToFailMail (int $assignment_id, int $root_prg_id) | |
resetRiskyToFailSentFor (int $assignment_id, int $root_prg_id) | |
sendReAssignedMail (int $assignment_id, int $root_prg_id) | |
Protected Member Functions | |
getAssignmentAndProgramme (int $assignment_id, int $root_prg_id) | |
sendMail (ilObjStudyProgramme $prg, ilPRGAssignment $assignment, string $subject, string $body_template) | |
Protected Attributes | |
ilComponentLogger | $log |
ilLanguage | $lng |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Send mails to users (usually triggered by cron)
Definition at line 24 of file class.ilPRGMail.php.
ilPRGMail::__construct | ( | ilComponentLogger | $log, |
ilLanguage | $lng | ||
) |
Definition at line 29 of file class.ilPRGMail.php.
References $lng, $log, and ILIAS\Repository\lng().
|
protected |
Definition at line 42 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getInstanceByObjId().
Referenced by resetExpiryInfoSentFor(), resetRiskyToFailSentFor(), sendInformToReAssignMail(), sendReAssignedMail(), and sendRiskyToFailMail().
ilPRGMail::resetExpiryInfoSentFor | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 95 of file class.ilPRGMail.php.
References getAssignmentAndProgramme().
ilPRGMail::resetRiskyToFailSentFor | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 124 of file class.ilPRGMail.php.
References getAssignmentAndProgramme().
ilPRGMail::sendInformToReAssignMail | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 77 of file class.ilPRGMail.php.
References getAssignmentAndProgramme(), ILIAS\Repository\lng(), and sendMail().
|
protected |
Definition at line 49 of file class.ilPRGMail.php.
References Vendor\Package\$e, $name, ANONYMOUS_USER_ID, ilObject\getTitle(), ilPRGAssignment\getUserInformation(), and ILIAS\Repository\lng().
Referenced by sendInformToReAssignMail(), sendReAssignedMail(), and sendRiskyToFailMail().
ilPRGMail::sendReAssignedMail | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 134 of file class.ilPRGMail.php.
References getAssignmentAndProgramme(), ILIAS\Repository\lng(), and sendMail().
ilPRGMail::sendRiskyToFailMail | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 106 of file class.ilPRGMail.php.
References getAssignmentAndProgramme(), ILIAS\Repository\lng(), and sendMail().
|
protected |
Definition at line 27 of file class.ilPRGMail.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilPRGMail.php.
Referenced by __construct().