ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (ilStudyProgrammeEvents $prg_events) | |
collect (string $event, array $parameter) | |
raiseCollected () | |
userAssigned (ilPRGAssignment $assignment) | |
userReAssigned (ilPRGAssignment $assignment) | |
userDeassigned (ilPRGAssignment $a_assignment) | |
informUserByMailToRestart (ilPRGAssignment $assignment) | |
userRiskyToFail (ilPRGAssignment $assignment) | |
userSuccessful (ilPRGAssignment $assignment, int $pgs_node_id) | |
validityChange (ilPRGAssignment $assignment, int $pgs_node_id) | |
deadlineChange (ilPRGAssignment $assignment, int $pgs_node_id) | |
scoreChange (ilPRGAssignment $assignment, int $pgs_node_id) | |
userRevertSuccessful (ilPRGAssignment $assignment, int $pgs_node_id) | |
Protected Attributes | |
array | $events = [] |
ilStudyProgrammeEvents | $prg_events |
Additional Inherited Members | |
![]() | |
const | COMPONENT = "Modules/StudyProgramme" |
const | EVENT_USER_ASSIGNED = 'userAssigned' |
const | EVENT_USER_REASSIGNED = 'userReAssigned' |
const | EVENT_USER_DEASSIGNED = 'userDeassigned' |
const | EVENT_USER_SUCCESSFUL = 'userSuccessful' |
const | EVENT_USER_TO_RESTART = 'informUserToRestart' |
const | EVENT_USER_ABOUT_TO_FAIL = 'userRiskyToFail' |
const | EVENT_VALIDITY_CHANGE = 'vqChange' |
const | EVENT_DEADLINE_CHANGE = 'deadlineChange' |
const | EVENT_SCORE_CHANGE = 'currentPointsChange' |
const | EVENT_USER_NOT_SUCCESSFUL = 'userNotSuccessful' |
Definition at line 20 of file class.PRGEventsDelayed.php.
PRGEventsDelayed::__construct | ( | ilStudyProgrammeEvents | $prg_events | ) |
Definition at line 25 of file class.PRGEventsDelayed.php.
References $prg_events.
PRGEventsDelayed::collect | ( | string | $event, |
array | $parameter | ||
) |
Definition at line 31 of file class.PRGEventsDelayed.php.
Referenced by deadlineChange(), informUserByMailToRestart(), scoreChange(), userAssigned(), userDeassigned(), userReAssigned(), userRevertSuccessful(), userRiskyToFail(), userSuccessful(), and validityChange().
PRGEventsDelayed::deadlineChange | ( | ilPRGAssignment | $assignment, |
int | $pgs_node_id | ||
) |
Implements StudyProgrammeEvents.
Definition at line 113 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ilPRGAssignment\getUserId().
PRGEventsDelayed::informUserByMailToRestart | ( | ilPRGAssignment | $assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 77 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ILIAS\Repository\int().
PRGEventsDelayed::raiseCollected | ( | ) |
Definition at line 36 of file class.PRGEventsDelayed.php.
PRGEventsDelayed::scoreChange | ( | ilPRGAssignment | $assignment, |
int | $pgs_node_id | ||
) |
Implements StudyProgrammeEvents.
Definition at line 123 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ilPRGAssignment\getUserId().
PRGEventsDelayed::userAssigned | ( | ilPRGAssignment | $assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 50 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ilPRGAssignment\getUserId().
PRGEventsDelayed::userDeassigned | ( | ilPRGAssignment | $a_assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 67 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ilPRGAssignment\getUserId().
PRGEventsDelayed::userReAssigned | ( | ilPRGAssignment | $assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 59 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ILIAS\Repository\int().
PRGEventsDelayed::userRevertSuccessful | ( | ilPRGAssignment | $assignment, |
int | $pgs_node_id | ||
) |
Implements StudyProgrammeEvents.
Definition at line 133 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ilPRGAssignment\getUserId().
PRGEventsDelayed::userRiskyToFail | ( | ilPRGAssignment | $assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 85 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ILIAS\Repository\int().
PRGEventsDelayed::userSuccessful | ( | ilPRGAssignment | $assignment, |
int | $pgs_node_id | ||
) |
Implements StudyProgrammeEvents.
Definition at line 93 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ilPRGAssignment\getUserId().
PRGEventsDelayed::validityChange | ( | ilPRGAssignment | $assignment, |
int | $pgs_node_id | ||
) |
Implements StudyProgrammeEvents.
Definition at line 103 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ilPRGAssignment\getUserId().
|
protected |
Definition at line 22 of file class.PRGEventsDelayed.php.
|
protected |
Definition at line 23 of file class.PRGEventsDelayed.php.
Referenced by __construct().