EventListener for LSO.
More...
|
static | handleEvent (string $component, string $event, array $parameter) |
|
EventListener for LSO.
Definition at line 26 of file class.ilLearningSequenceAppEventListener.php.
◆ getIlLanguage()
static ilLearningSequenceAppEventListener::getIlLanguage |
( |
| ) |
|
|
staticprotected |
◆ getIlLPStatusWrapper()
static ilLearningSequenceAppEventListener::getIlLPStatusWrapper |
( |
| ) |
|
|
staticprotected |
◆ getIlTree()
static ilLearningSequenceAppEventListener::getIlTree |
( |
| ) |
|
|
staticprotected |
◆ getLSEventHandler()
static ilLearningSequenceAppEventListener::getLSEventHandler |
( |
| ) |
|
|
staticprotected |
◆ handleEvent()
static ilLearningSequenceAppEventListener::handleEvent |
( |
string |
$component, |
|
|
string |
$event, |
|
|
array |
$parameter |
|
) |
| |
|
static |
Definition at line 30 of file class.ilLearningSequenceAppEventListener.php.
33 case "components/ILIAS/Tracking":
36 self::onServiceTrackingUpdateStatus($parameter);
40 case "components/ILIAS/ILIASObject":
42 case "beforeDeletion":
43 self::onObjectDeletion($parameter);
46 self::onObjectToTrash($parameter);
49 $new_obj = $parameter[
'object'];
50 $origin_obj = $parameter[
'cloned_from_object'];
51 self::onObjectCloned($new_obj, $origin_obj);
56 case "components/ILIAS/LearningSequence":
58 case "deleteParticipant":
59 self::onParticipantDeletion($parameter);
61 case "addParticipant":
69 "ilLearningSequenceAppEventListener::handleEvent: " .
70 "Won't handle events of '$component'."
◆ onObjectCloned()
static ilLearningSequenceAppEventListener::onObjectCloned |
( |
ilObject |
$new_obj, |
|
|
ilObject |
$origin_obj |
|
) |
| |
|
staticprivate |
◆ onObjectDeletion()
static ilLearningSequenceAppEventListener::onObjectDeletion |
( |
array |
$parameter | ) |
|
|
staticprivate |
◆ onObjectToTrash()
static ilLearningSequenceAppEventListener::onObjectToTrash |
( |
array |
$parameter | ) |
|
|
staticprivate |
◆ onParticipantDeletion()
static ilLearningSequenceAppEventListener::onParticipantDeletion |
( |
array |
$parameter | ) |
|
|
staticprivate |
◆ onServiceTrackingUpdateStatus()
static ilLearningSequenceAppEventListener::onServiceTrackingUpdateStatus |
( |
array |
$parameter | ) |
|
|
staticprivate |
Definition at line 75 of file class.ilLearningSequenceAppEventListener.php.
References $lng, ilObject\_lookupTitle(), ilObject\_lookupType(), ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLSCompletionNotificationProvider\NOTIFICATION_TYPE, and null.
77 if (self::$lp_event_handler ===
null) {
78 self::$lp_event_handler =
new ilLSLPEventHandler(self::getIlTree(), self::getIlLPStatusWrapper());
80 self::$lp_event_handler->updateLPForChildEvent($parameter);
83 && $parameter[
'old_status'] !== $parameter[
'status']
86 $lng = self::getIlLanguage();
89 $notification->setValidForSeconds(ilNotificationConfig::TTL_LONG);
90 $notification->setVisibleForSeconds(ilNotificationConfig::DEFAULT_TTS);
91 $notification->setTitleVar(
$lng->txt(
'lso_toast_completed_title'));
92 $notification->setShortDescriptionVar(
$lng->txt(
'lso_toast_completed_desc'));
93 $notification->setLongDescriptionVar(
$lng->txt(
'lso_toast_completed_desc'));
94 $notification->setIconPath(
'assets/images/standard/icon_lso.svg');
95 $notification->notifyByUsers([$parameter[
'usr_id']]);
const LP_STATUS_COMPLETED_NUM
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _lookupTitle(int $obj_id)
static _lookupType(int $id, bool $reference=false)
◆ $lp_event_handler
The documentation for this class was generated from the following file: