6 declare(strict_types=1);
30 public function raise($a_event, $a_parameter) :
void 32 $this->app_event_handler->raise(self::COMPONENT, $a_event, $a_parameter);
45 "ass_id" => $a_assignment->
getId()
59 "usr_id" => (int) $a_assignment->
getUserId()
74 "ass_id" => $a_assignment->
getId()
88 "root_prg_id" => $ass->getRootId(),
90 "usr_id" => $ass->getUserId(),
91 "ass_id" => $ass->getId()
102 'informUserToRestart',
104 "usr_id" => (int) $assignment->
getUserId(),
105 "ass_id" => (int) $assignment->
getId()
116 "progress_id" => $a_progress->
getId(),
117 "usr_id" => $ass->getUserId()
userReAssigned(ilStudyProgrammeUserAssignment $a_assignment)
getStudyProgramme()
Get the program node where this assignment was made.
getStudyProgramme()
Get the program node this progress belongs to.
getAssignmentId()
Get the assignment this progress belongs to.
informUserByMailToRestart(ilStudyProgrammeUserAssignment $assignment)
getId()
Get the id of the progress.
userRiskyToFail(ilStudyProgrammeUserProgress $a_progress)
userSuccessful(ilStudyProgrammeUserProgress $a_progress)
getId()
Get the id of the assignment.
userDeassigned(ilStudyProgrammeUserAssignment $a_assignment)
Represents one assignment of a user to a study programme.
userAssigned(ilStudyProgrammeUserAssignment $a_assignment)
Represents the progress of a user at one node of a study programme.
__construct(\ilAppEventHandler $app_event_handler, \ilStudyProgrammeAssignmentRepository $assignment_repo)