ILIAS
release_8 Revision v8.19
|
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 (ilPRGMail $mail) | |
updateLPStatus (int $prg_obj_id, int $usr_id) | |
triggerCertificateOnce (\Closure $cert, int $prg_obj_id, int $usr_id) | |
sendRiskyToFailMail (int $assignment_id, int $root_prg_id) | |
sendInformToReAssignMail (int $assignment_id, int $root_prg_id) | |
sendReAssignedMail (int $assignment_id, int $root_prg_id) | |
resetMailFlagValidity (int $assignment_id, int $root_prg_id) | |
resetMailFlagDeadline (int $assignment_id, int $root_prg_id) | |
Protected Attributes | |
ilPRGMail | |
array | $certificate_lock = [] |
array | $lp_lock = [] |
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
Definition at line 21 of file class.PRGEventHandler.php.
PRGEventHandler::__construct | ( | ilPRGMail | ) |
PRGEventHandler::resetMailFlagDeadline | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 72 of file class.PRGEventHandler.php.
PRGEventHandler::resetMailFlagValidity | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 68 of file class.PRGEventHandler.php.
PRGEventHandler::sendInformToReAssignMail | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 58 of file class.PRGEventHandler.php.
PRGEventHandler::sendReAssignedMail | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 63 of file class.PRGEventHandler.php.
PRGEventHandler::sendRiskyToFailMail | ( | int | $assignment_id, |
int | $root_prg_id | ||
) |
Definition at line 53 of file class.PRGEventHandler.php.
PRGEventHandler::triggerCertificateOnce | ( | \Closure | $cert, |
int | $prg_obj_id, | ||
int | $usr_id | ||
) |
Definition at line 44 of file class.PRGEventHandler.php.
PRGEventHandler::updateLPStatus | ( | int | $prg_obj_id, |
int | $usr_id | ||
) |
Definition at line 35 of file class.PRGEventHandler.php.
References ilLPStatusWrapper\_updateStatus().
|
protected |
Definition at line 24 of file class.PRGEventHandler.php.
|
protected |
Definition at line 25 of file class.PRGEventHandler.php.
|
protected |
Definition at line 23 of file class.PRGEventHandler.php.
Referenced by __construct().