Class EventDispatcher
The EventDispatcherInterface is the central point of Symfony's event listener system.
Listeners are registered on the manager and events are dispatched through the manager.
- Symfony\Component\EventDispatcher\EventDispatcher implements Symfony\Component\EventDispatcher\EventDispatcherInterface
Direct known subclasses
Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher
Namespace: Symfony\Component\EventDispatcher
Author: Guilherme Blanco guilhermeblanco@hotmail.com
Author: Jonathan Wage jonwage@gmail.com
Author: Roman Borschel roman@code-factory.org
Author: Bernhard Schussek bschussek@gmail.com
Author: Fabien Potencier fabien@symfony.com
Author: Jordi Boggiano j.boggiano@seld.be
Author: Jordan Alliot jordan.alliot@gmail.com
Api
Located at EventDispatcher.php
Author: Guilherme Blanco guilhermeblanco@hotmail.com
Author: Jonathan Wage jonwage@gmail.com
Author: Roman Borschel roman@code-factory.org
Author: Bernhard Schussek bschussek@gmail.com
Author: Fabien Potencier fabien@symfony.com
Author: Jordi Boggiano j.boggiano@seld.be
Author: Jordan Alliot jordan.alliot@gmail.com
Api
Located at EventDispatcher.php
public
|
|
public
array
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
#
doDispatch( callable[] $listeners, string $eventName,
Triggers the listeners of an event. |