|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilStudyProgrammeEvents:Public Member Functions | |
| __construct (\ilAppEventHandler $app_event_handler, \ilStudyProgrammeAssignmentRepository $assignment_repo) | |
| raise ($a_event, $a_parameter) | |
| userAssigned (ilStudyProgrammeUserAssignment $a_assignment) | |
| userReAssigned (ilStudyProgrammeUserAssignment $a_assignment) | |
| userDeassigned (ilStudyProgrammeUserAssignment $a_assignment) | |
| userSuccessful (ilStudyProgrammeUserProgress $a_progress) | |
| informUserByMailToRestart (ilStudyProgrammeUserAssignment $assignment) | |
| userRiskyToFail (ilStudyProgrammeUserProgress $a_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 | ( | ilStudyProgrammeUserAssignment | $assignment | ) |
| ilException |
Definition at line 99 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeUserAssignment\getId(), and ilStudyProgrammeUserAssignment\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 | ( | ilStudyProgrammeUserAssignment | $a_assignment | ) |
| ilException |
Definition at line 38 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeUserAssignment\getId(), ilStudyProgrammeUserAssignment\getStudyProgramme(), and ilStudyProgrammeUserAssignment\getUserId().
Here is the call graph for this function:| ilStudyProgrammeEvents::userDeassigned | ( | ilStudyProgrammeUserAssignment | $a_assignment | ) |
| ilException |
Definition at line 67 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeUserAssignment\getId(), ilStudyProgrammeUserAssignment\getStudyProgramme(), and ilStudyProgrammeUserAssignment\getUserId().
Here is the call graph for this function:| ilStudyProgrammeEvents::userReAssigned | ( | ilStudyProgrammeUserAssignment | $a_assignment | ) |
| ilException |
Definition at line 53 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeUserAssignment\getStudyProgramme(), and ilStudyProgrammeUserAssignment\getUserId().
Here is the call graph for this function:| ilStudyProgrammeEvents::userRiskyToFail | ( | ilStudyProgrammeUserProgress | $a_progress | ) |
Definition at line 110 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeUserProgress\getAssignmentId(), and ilStudyProgrammeUserProgress\getId().
Here is the call graph for this function:| ilStudyProgrammeEvents::userSuccessful | ( | ilStudyProgrammeUserProgress | $a_progress | ) |
| ilException |
Definition at line 82 of file class.ilStudyProgrammeEvents.php.
References ilStudyProgrammeUserProgress\getAssignmentId(), and ilStudyProgrammeUserProgress\getStudyProgramme().
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.