EventDispatcherAdapter implements EventDispatcherInterface
FinalYes
Attributes
- #[AsAlias]
- \Symfony\Contracts\EventDispatcher\EventDispatcherInterface::class
- $public: true
Table of Contents
Interfaces
- EventDispatcherInterface
Methods
- __construct() : mixed
- dispatch() : object
Methods
__construct()
    public
                    __construct(EventDispatcherInterface $eventDispatcher) : mixed
    Parameters
- $eventDispatcher : EventDispatcherInterface
dispatch()
    public
                    dispatch(object $event[, string|null $eventName = null ]) : object
    Parameters
- $event : object
- $eventName : string|null = null