|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Send mails to users (usually triggered by cron) More...
Collaboration diagram for ilPRGMail:Public Member Functions | |
| __construct (protected 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) | |
| 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 24 of file class.ilPRGMail.php.
| ilPRGMail::__construct | ( | protected ilComponentLogger | $log, |
| ilLanguage | $lng | ||
| ) |
Definition at line 33 of file class.ilPRGMail.php.
References $lng, ilLanguage\getLangKey(), and ilLanguage\loadLanguageModule().
Here is the call graph for this function:
|
protected |
Definition at line 45 of file class.ilPRGMail.php.
References ilObjStudyProgramme\getInstanceByObjId().
Referenced by resetExpiryInfoSentFor(), resetRiskyToFailSentFor(), sendInformToReAssignMail(), sendReAssignedMail(), and sendRiskyToFailMail().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 52 of file class.ilPRGMail.php.
Referenced by sendMail(), sendReAssignedMail(), and sendRiskyToFailMail().
Here is the caller graph for this function:| ilPRGMail::resetExpiryInfoSentFor | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 122 of file class.ilPRGMail.php.
References getAssignmentAndProgramme().
Here is the call graph for this function:| ilPRGMail::resetRiskyToFailSentFor | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 152 of file class.ilPRGMail.php.
References getAssignmentAndProgramme().
Here is the call graph for this function:| ilPRGMail::sendInformToReAssignMail | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 104 of file class.ilPRGMail.php.
References getAssignmentAndProgramme(), and sendMail().
Here is the call graph for this function:
|
protected |
Definition at line 69 of file class.ilPRGMail.php.
References Vendor\Package\$e, $lang, ilLink\_getStaticLink(), ANONYMOUS_USER_ID, ilObjStudyProgramme\getRefIdFor(), ilPRGAssignment\getRootId(), ilObject\getTitle(), ilPRGAssignment\getUserId(), ilPRGAssignment\getUserInformation(), getUserLanguage(), and txt().
Referenced by sendInformToReAssignMail(), sendReAssignedMail(), and sendRiskyToFailMail().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPRGMail::sendReAssignedMail | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 162 of file class.ilPRGMail.php.
References $lang, getAssignmentAndProgramme(), getUserLanguage(), and sendMail().
Here is the call graph for this function:| ilPRGMail::sendRiskyToFailMail | ( | int | $assignment_id, |
| int | $root_prg_id | ||
| ) |
Definition at line 133 of file class.ilPRGMail.php.
References $lang, getAssignmentAndProgramme(), getUserLanguage(), and sendMail().
Here is the call graph for this function:
|
protected |
Definition at line 57 of file class.ilPRGMail.php.
Referenced by sendMail().
Here is the caller graph for this function:
|
protected |
var <string, ilLanguage> $languages
Definition at line 31 of file class.ilPRGMail.php.
|
protected |
Definition at line 26 of file class.ilPRGMail.php.