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 |
Methods
__construct
Disallow instantiation of this class
__construct() : mixed
since |
1.0 |
---|
Response
mixed
Constants
MIN
Indicates the event listener should have a minimum priority.
Value | -3 |
---|---|
since |
1.0 |
Type(s)
int
LOW
Indicates the event listener should have a low priority.
Value | -2 |
---|---|
since |
1.0 |
Type(s)
int
BELOW_NORMAL
Indicates the event listener should have a below normal priority.
Value | -1 |
---|---|
since |
1.0 |
Type(s)
int
NORMAL
Indicates the event listener should have a normal priority. This is the default priority.
Value | 0 |
---|---|
since |
1.0 |
Type(s)
int
ABOVE_NORMAL
Indicates the event listener should have a above normal priority.
Value | 1 |
---|---|
since |
1.0 |
Type(s)
int
HIGH
Indicates the event listener should have a high priority.
Value | 2 |
---|---|
since |
1.0 |
Type(s)
int
MAX
Indicates the event listener should have a maximum priority.
Value | 3 |
---|---|
since |
1.0 |
Type(s)
int