Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Champs de données | |
const | MIN = -3 |
const | LOW = -2 |
const | BELOW_NORMAL = -1 |
const | NORMAL = 0 |
const | ABOVE_NORMAL = 1 |
const | HIGH = 2 |
const | MAX = 3 |
An enumeration of priorities for event listeners, that you are encouraged to use when adding them in the Dispatcher.
const ABOVE_NORMAL = 1 |
const BELOW_NORMAL = -1 |
const HIGH = 2 |
const LOW = -2 |
const MAX = 3 |
const MIN = -3 |
const NORMAL = 0 |
Référencé par Dispatcher\addListener().