ExampleListener
Table of Contents
- __construct() : void
- Create the event listener.
- handle() : void
- Handle the event.
Methods
__construct()
Create the event listener.
public
__construct() : void
Return values
void —handle()
Handle the event.
public
handle(ExampleEvent $event) : void
Parameters
- $event : ExampleEvent