|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilPRGMail: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().
Here is the call graph for this function:
|
protected |
Definition at line 42 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getInstanceByObjId().
Here is the call graph for this function:| ilPRGMail::resetExpiryInfoSentFor | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 95 of file class.ilPRGMail.php.
References ilObjStudyProgramme\resetExpiryInfoSentFor().
Here is the call graph for this function:| ilPRGMail::resetRiskyToFailSentFor | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 124 of file class.ilPRGMail.php.
References ilObjStudyProgramme\resetRiskyToFailSentFor().
Here is the call graph for this function:| ilPRGMail::sendInformToReAssignMail | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 77 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getSettings(), ILIAS\Repository\lng(), and ilObjStudyProgramme\storeExpiryInfoSentFor().
Here is the call graph for this function:
|
protected |
Definition at line 49 of file class.ilPRGMail.php.
| ilPRGMail::sendReAssignedMail | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 134 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getSettings(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPRGMail::sendRiskyToFailMail | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 106 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getSettings(), ILIAS\Repository\lng(), and ilObjStudyProgramme\storeRiskyToFailSentFor().
Here is the call graph for this function:
|
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().