AbstractEventDispatchingRepository
in package
implements
EventDispatchingRepository
Class AbstractEventDispatchingRepository
Interfaces, Classes and Traits
- EventDispatchingRepository
- Interface EventDispatchingRepository
Table of Contents
- $eventDispatcher : EventDispatcherInterface
- dispatchEntityEvents() : void
- dispatchEvent() : void
- setEventDispatcher() : void
Properties
$eventDispatcher
private
EventDispatcherInterface
$eventDispatcher
Methods
dispatchEntityEvents()
public
dispatchEntityEvents(EventRaisingEntity $entity) : void
Parameters
- $entity : EventRaisingEntity
Tags
Return values
void —dispatchEvent()
public
dispatchEvent(object $event) : void
Parameters
- $event : object
Tags
Return values
void —setEventDispatcher()
protected
setEventDispatcher(EventDispatcherInterface $eventDispatcher) : void
Parameters
- $eventDispatcher : EventDispatcherInterface