ApplicationListener
extends AbstractListener
in package
Class ApplicationListener.
Tags
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
-
The event to handle
Tags
isListener()
Check whether the listener is the given parameter.
public
isListener(mixed $listener) : bool
Parameters
- $listener : mixed