ListenerProviderInterface
in
Mapper from an event to the listeners that are applicable to that event.
Table of Contents
Methods
- getListenersForEvent() : mixed
Methods
getListenersForEvent()
public
getListenersForEvent(object $event) : mixed
Parameters
- $event : object
-
An event for which to return the relevant listeners.
Return values
mixed —An iterable (array, iterator, or generator) of callables. Each callable MUST be type-compatible with $event.