dispatch()
dispatch(string $eventName, \Symfony\Component\EventDispatcher\Event $event = null) : \Symfony\Component\EventDispatcher\Event
Dispatches an event to all registered listeners.
Parameters
string | $eventName | The name of the event to dispatch. The name of the event is the name of the method that is invoked on listeners. |
\Symfony\Component\EventDispatcher\Event | $event | The event to pass to the event handlers/listeners If not supplied, an empty Event instance is created |