|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for PRGEventsDelayed:
Collaboration diagram for PRGEventsDelayed:Protected Attributes | |
| array | $events = [] |
| ilStudyProgrammeEvents | $prg_events |
Additional Inherited Members | |
Data Fields inherited from StudyProgrammeEvents | |
| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| PRGEventsDelayed::informUserByMailToRestart | ( | ilPRGAssignment | $assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 77 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), and ilPRGAssignment\getRootId().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| PRGEventsDelayed::userAssigned | ( | ilPRGAssignment | $assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 50 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), ilPRGAssignment\getRootId(), and ilPRGAssignment\getUserId().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| PRGEventsDelayed::userReAssigned | ( | ilPRGAssignment | $assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 59 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), and ilPRGAssignment\getRootId().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| PRGEventsDelayed::userRiskyToFail | ( | ilPRGAssignment | $assignment | ) |
Implements StudyProgrammeEvents.
Definition at line 85 of file class.PRGEventsDelayed.php.
References collect(), ilPRGAssignment\getId(), and ilPRGAssignment\getRootId().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 22 of file class.PRGEventsDelayed.php.
|
protected |
Definition at line 23 of file class.PRGEventsDelayed.php.
Referenced by __construct().