ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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().
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.