|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Send mails to users (usually triggered by cron) More...
Collaboration diagram for ilPRGMail:Public Member Functions | |
| __construct (protected ilComponentLogger $log, protected readonly UserSettings $user_settings, 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) | |
| getUserLanguage (int $usr_id) | |
| txt (string $identifier, string $lang) | |
| sendMail (ilObjStudyProgramme $prg, ilPRGAssignment $assignment, string $subject, string $body_template) | |
Protected Attributes | |
| const | LANGMODULE = 'prg' |
| array | $languages |
| var <string, ilLanguage> $languages More... | |
Send mails to users (usually triggered by cron)
Definition at line 26 of file class.ilPRGMail.php.
| ilPRGMail::__construct | ( | protected ilComponentLogger | $log, |
| protected readonly UserSettings | $user_settings, | ||
| ilLanguage | $lng | ||
| ) |
Definition at line 35 of file class.ilPRGMail.php.
References $lng.
|
protected |
Definition at line 48 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getInstanceByObjId().
Here is the call graph for this function:
|
protected |
Definition at line 55 of file class.ilPRGMail.php.
| ilPRGMail::resetExpiryInfoSentFor | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 125 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 155 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 107 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getSettings(), and ilObjStudyProgramme\storeExpiryInfoSentFor().
Here is the call graph for this function:
|
protected |
Definition at line 72 of file class.ilPRGMail.php.
| ilPRGMail::sendReAssignedMail | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 165 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getSettings().
Here is the call graph for this function:| ilPRGMail::sendRiskyToFailMail | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 136 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getSettings(), and ilObjStudyProgramme\storeRiskyToFailSentFor().
Here is the call graph for this function:
|
protected |
|
protected |
var <string, ilLanguage> $languages
Definition at line 33 of file class.ilPRGMail.php.
|
protected |
Definition at line 28 of file class.ilPRGMail.php.