Documentation

EventDispatcherInterface
in

Defines a dispatcher for events.

Table of Contents

dispatch()  : object
Provide all relevant listeners with an event to process.

Methods

dispatch()

Provide all relevant listeners with an event to process.

public dispatch(object $event) : object
Parameters
$event : object

The object to process.

Return values
object

The Event that was passed, now modified by listeners.

Search results