Symfony\Component\EventDispatcher
Namespaces
Classes
Lazily loads listeners and subscribers from the dependency injection
container
Event is the base class for classes containing event data.
The EventDispatcherInterface is the central point of Symfony's event listener system.
Event encapsulation class.
A read-only proxy for an event dispatcher.
Interfaces
The EventDispatcherInterface is the central point of Symfony's event listener system.
An EventSubscriber knows himself what events he is interested in.