ListenerInterface
in
Table of Contents
Methods
- handle() : void
- Handle an event.
- isListener() : bool
- Check whether the listener is the given parameter.
Methods
handle()
Handle an event.
public
handle(EventInterface $event) : void
Parameters
- $event : EventInterface
isListener()
Check whether the listener is the given parameter.
public
isListener(mixed $listener) : bool
Parameters
- $listener : mixed