Event Handling
TYPO3
Show in appBeschreibung
Events are a way to implement loosely coupled software. They allow for calling other code by raising events at defined points in the code, without knowing what code will actually be called for the event, allowing for very flexible architectures.
Ziele
- Understand how event-based architectures work.
- Learn the principles of how events are implemented and used.
Maintainer

Andreas Wolf