EventDispatcherAwareInterface
in
Interface EventDispatcherAwareInterface
Tags
Table of Contents
Methods
- setEventDispatcher() : mixed
- Sets PSR-14 compatible event dispatcher. Useful if you want to handle specific errors in one place.
Methods
setEventDispatcher()
Sets PSR-14 compatible event dispatcher. Useful if you want to handle specific errors in one place.
public
setEventDispatcher(EventDispatcherInterface|null $eventDispatcher) : mixed
Parameters
- $eventDispatcher : EventDispatcherInterface|null