Definition at line 21 of file class.PRGEventHandler.php.
◆ __construct()
PRGEventHandler::__construct |
( |
ilPRGMail |
$mail | ) |
|
◆ resetMailFlagDeadline()
PRGEventHandler::resetMailFlagDeadline |
( |
int |
$assignment_id, |
|
|
int |
$root_prg_id |
|
) |
| |
◆ resetMailFlagValidity()
PRGEventHandler::resetMailFlagValidity |
( |
int |
$assignment_id, |
|
|
int |
$root_prg_id |
|
) |
| |
◆ sendInformToReAssignMail()
PRGEventHandler::sendInformToReAssignMail |
( |
int |
$assignment_id, |
|
|
int |
$root_prg_id |
|
) |
| |
◆ sendReAssignedMail()
PRGEventHandler::sendReAssignedMail |
( |
int |
$assignment_id, |
|
|
int |
$root_prg_id |
|
) |
| |
◆ sendRiskyToFailMail()
PRGEventHandler::sendRiskyToFailMail |
( |
int |
$assignment_id, |
|
|
int |
$root_prg_id |
|
) |
| |
◆ triggerCertificateOnce()
PRGEventHandler::triggerCertificateOnce |
( |
\Closure |
$cert, |
|
|
int |
$prg_obj_id, |
|
|
int |
$usr_id |
|
) |
| |
Definition at line 44 of file class.PRGEventHandler.php.
46 $k = $prg_obj_id .
'-' . $usr_id;
47 if (! in_array($k, $this->certificate_lock)) {
49 $this->certificate_lock[] = $k;
◆ updateLPStatus()
PRGEventHandler::updateLPStatus |
( |
int |
$prg_obj_id, |
|
|
int |
$usr_id |
|
) |
| |
Definition at line 35 of file class.PRGEventHandler.php.
References ilLPStatusWrapper\_updateStatus().
37 $k = $prg_obj_id .
'-' . $usr_id;
38 if (! in_array($k, $this->lp_lock)) {
40 $this->lp_lock[] = $k;
static _updateStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null, bool $a_percentage=false, bool $a_force_raise=false)
◆ $certificate_lock
array PRGEventHandler::$certificate_lock = [] |
|
protected |
◆ $lp_lock
array PRGEventHandler::$lp_lock = [] |
|
protected |
◆ $mail
The documentation for this class was generated from the following file: