dispatch()
dispatch(object $event) : object
Provide all relevant listeners with an event to process.
Parameters
object | $event | The object to process. |
Returns
object —The Event that was passed, now modified by listeners.