Editor PHP 2.4.0

EventDispatcherInterface

Defines a dispatcher for events.

Table of Contents

Methods

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.


        
On this page

Search results