Autarky\Events\EventDispatcherAwareTrait::setEventDispatcher PHP Method

setEventDispatcher() public method

Set the event dispatcher instance.
public setEventDispatcher ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function setEventDispatcher(EventDispatcherInterface $eventDispatcher)
    {
        $this->eventDispatcher = $eventDispatcher;
    }
EventDispatcherAwareTrait