Event extends Event
Table of Contents
Methods
- send() : void
- Sends event.
Methods
send()
Sends event.
public
send([null $sender = null ]) : void
If sender has method with name of event type, than the method will be executed as event handler.
Parameters
- $sender : null = null
-
Sender.