17 if (self::$app_event_handler === null) {
19 $ilAppEventHandler = $DIC[
'ilAppEventHandler'];
20 self::$app_event_handler = $ilAppEventHandler;
24 protected static function raise($a_event, $a_parameter)
26 self::initAppEventHandler();
27 self::$app_event_handler->raise(self::$component, $a_event, $a_parameter);
34 ,
"ass_id" => $a_assignment->
getId()
42 ,
"ass_id" => $a_assignment->
getId()
49 self::raise(
"userSuccessful",
array(
"root_prg_id" => $ass->getStudyProgramme()->getId()
51 ,
"usr_id" => $ass->getUserId()
52 ,
"ass_id" => $ass->getId()
static $app_event_handler
static userSuccessful(ilStudyProgrammeUserProgress $a_progress)
getStudyProgramme()
Get the program node where this assignment was made.
getStudyProgramme()
Get the program node where this progress belongs to was made.
static userAssigned(ilStudyProgrammeUserAssignment $a_assignment)
Events for the StudyProgramme.
getAssignment()
Get the assignment this progress belongs to.
getUserId()
Get the id of the user who is assigned.
static userDeassigned(ilStudyProgrammeUserAssignment $a_assignment)
getId()
Get the id of the assignment.
Create styles array
The data for the language used.
static initAppEventHandler()
Represents one assignment of a user to a study programme.
Represents the progress of a user at one node of a study programme.