ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Protected Attributes | |
array | $events = [] |
ilStudyProgrammeEvents | $prg_events |
Additional Inherited Members | |
![]() | |
const | COMPONENT = "components/ILIAS/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(), and ilPRGAssignment\getRootId().
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(), and ilPRGAssignment\getRootId().
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(), and ilPRGAssignment\getRootId().
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().