EventDispatcherAwareTrait
Trait EventDispatcherAwareTrait
Tags
Table of Contents
Methods
- setEventDispatcher() : object
- 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) : object
Parameters
- $eventDispatcher : EventDispatcherInterface|null