|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilStudyProgrammeEvents:Public Member Functions | |
| __construct (\ilAppEventHandler $app_event_handler, \ilStudyProgrammeAssignmentRepository $assignment_repo) | |
| raise ($a_event, $a_parameter) | |
| userAssigned (ilStudyProgrammeAssignment $a_assignment) | |
| userReAssigned (ilStudyProgrammeAssignment $a_assignment) | |
| userDeassigned (ilStudyProgrammeAssignment $a_assignment) | |
| userSuccessful (ilStudyProgrammeProgress $a_progress) | |
| informUserByMailToRestart (ilStudyProgrammeProgress $progress) | |
| userRiskyToFail (ilStudyProgrammeProgress $progress) | |
Data Fields | |
| const | COMPONENT = "Modules/StudyProgramme" |
| $app_event_handler | |
Protected Attributes | |
| $assignment_repo | |
Definition at line 8 of file class.ilStudyProgrammeEvents.php.
| ilStudyProgrammeEvents::__construct | ( | \ilAppEventHandler | $app_event_handler, |
| \ilStudyProgrammeAssignmentRepository | $assignment_repo | ||
| ) |
Definition at line 22 of file class.ilStudyProgrammeEvents.php.
References $app_event_handler, and $assignment_repo.
| ilStudyProgrammeEvents::informUserByMailToRestart | ( | ilStudyProgrammeProgress | $progress | ) |
Definition at line 96 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeProgress\getAssignmentId(), ilStudyProgrammeProgress\getId(), and ilStudyProgrammeProgress\getUserId().
Here is the call graph for this function:| ilStudyProgrammeEvents::raise | ( | $a_event, | |
| $a_parameter | |||
| ) |
Definition at line 30 of file class.ilStudyProgrammeEvents.php.
| ilStudyProgrammeEvents::userAssigned | ( | ilStudyProgrammeAssignment | $a_assignment | ) |
| ilException |
Definition at line 38 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeAssignment\getId(), ilStudyProgrammeAssignment\getRootId(), and ilStudyProgrammeAssignment\getUserId().
Here is the call graph for this function:| ilStudyProgrammeEvents::userDeassigned | ( | ilStudyProgrammeAssignment | $a_assignment | ) |
| ilException |
Definition at line 67 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeAssignment\getId(), ilStudyProgrammeAssignment\getRootId(), and ilStudyProgrammeAssignment\getUserId().
Here is the call graph for this function:| ilStudyProgrammeEvents::userReAssigned | ( | ilStudyProgrammeAssignment | $a_assignment | ) |
| ilException |
Definition at line 53 of file class.ilStudyProgrammeEvents.php.
References ilObjStudyProgramme\getRefIdFor(), ilStudyProgrammeAssignment\getRootId(), and ilStudyProgrammeAssignment\getUserId().
Here is the call graph for this function:| ilStudyProgrammeEvents::userRiskyToFail | ( | ilStudyProgrammeProgress | $progress | ) |
Definition at line 108 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeProgress\getId(), and ilStudyProgrammeProgress\getUserId().
Here is the call graph for this function:| ilStudyProgrammeEvents::userSuccessful | ( | ilStudyProgrammeProgress | $a_progress | ) |
| ilException |
Definition at line 82 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeProgress\getAssignmentId(), and ilStudyProgrammeProgress\getNodeId().
Here is the call graph for this function:| ilStudyProgrammeEvents::$app_event_handler |
Definition at line 15 of file class.ilStudyProgrammeEvents.php.
Referenced by __construct().
|
protected |
Definition at line 20 of file class.ilStudyProgrammeEvents.php.
Referenced by __construct().
| const ilStudyProgrammeEvents::COMPONENT = "Modules/StudyProgramme" |
Definition at line 10 of file class.ilStudyProgrammeEvents.php.