PHP Trait Autarky\Events\EventDispatcherAwareTrait

See also: EventDispatcherAwareInterface
Show file Open project: autarky/framework

Protected Properties

Property Type Description
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

Public Methods

Method Description
setEventDispatcher ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher ) Set the event dispatcher instance.

Method Details

setEventDispatcher() public method

Set the event dispatcher instance.
public setEventDispatcher ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

Property Details

$eventDispatcher protected property

protected EventDispatcherInterface,Symfony\Component\EventDispatcher $eventDispatcher
return Symfony\Component\EventDispatcher\EventDispatcherInterface