Priority
An enumeration of priorities for event listeners, that you are encouraged to use when adding them in the Dispatcher.
final
| since |
1.0 |
|---|---|
| package |
Joomla Framework |
Constants
MIN
| Value | -3 |
|---|
LOW
| Value | -2 |
|---|
BELOW_NORMAL
| Value | -1 |
|---|
NORMAL
| Value | 0 |
|---|
ABOVE_NORMAL
| Value | 1 |
|---|
HIGH
| Value | 2 |
|---|
MAX
| Value | 3 |
|---|