EventInterface
Interface for events.
An event has a name and its propagation can be stopped (if the implementation supports it).
| since |
1.0 |
|---|---|
| package |
Joomla Framework |
Methods
getName
Get the event name.
getName() : string
| since |
1.0 |
|---|
Response
stringThe event name.
isStopped
Tell if the event propagation is stopped.
isStopped() : bool
| since |
1.0 |
|---|
Response
boolTrue if stopped, false otherwise.