ApplicationEvents
Class defining the events available in the application.
final
since |
2.0.0 |
---|---|
package |
Joomla Framework |
Constants
ERROR
The ERROR event is an event triggered when a Throwable is uncaught.
This event allows you to inspect the Throwable and implement additional error handling/reporting mechanisms.
Value | 'application.error' |
---|---|
since |
2.0.0 |
Type(s)
string
BEFORE_EXECUTE
The BEFORE_EXECUTE event is an event triggered before the application is executed.
Value | 'application.before_execute' |
---|---|
since |
2.0.0 |
Type(s)
string
AFTER_EXECUTE
The AFTER_EXECUTE event is an event triggered after the application is executed.
Value | 'application.after_execute' |
---|---|
since |
2.0.0 |
Type(s)
string
BEFORE_RESPOND
The BEFORE_RESPOND event is an event triggered before the application response is sent.
Value | 'application.before_respond' |
---|---|
since |
2.0.0 |
Type(s)
string
AFTER_RESPOND
The AFTER_RESPOND event is an event triggered after the application response is sent.
Value | 'application.after_respond' |
---|---|
since |
2.0.0 |
Type(s)
string