|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ILIAS\ResourceStorage\Events\Observer:
Collaboration diagram for ILIAS\ResourceStorage\Events\Observer:Public Member Functions | |
| getId () | |
| Unique identifier of the implementing event-listener. More... | |
| update (Event $event, ?Data $data) | |
| Recieves an event and handles it appropriately. More... | |
| updateFailed (\Throwable $e, Event $event, ?Data $data) | |
| Is called if your update method failed (Exception, Throwable). More... | |
Definition at line 26 of file Observer.php.
| ILIAS\ResourceStorage\Events\Observer::getId | ( | ) |
Unique identifier of the implementing event-listener.
e.g. FQCN
Implemented in ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileObserver, and ILIAS\ResourceStorage\IRSSEventLogObserver.
Referenced by ILIAS\ResourceStorage\Events\Subject\detach().
Here is the caller graph for this function:Recieves an event and handles it appropriately.
Is called if your update method failed (Exception, Throwable).
We suggest you log the error or something like this. You cannot throw an exception here, since this is catched again to ensure the other observers are called.