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é
Référence de la classe Priority

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
 

Description détaillée

An enumeration of priorities for event listeners, that you are encouraged to use when adding them in the Dispatcher.

Depuis
1.0

Documentation des champs

◆ ABOVE_NORMAL

const ABOVE_NORMAL = 1

◆ BELOW_NORMAL

const BELOW_NORMAL = -1

◆ HIGH

const HIGH = 2

◆ LOW

const LOW = -2

◆ MAX

const MAX = 3

◆ MIN

const MIN = -3

◆ NORMAL

const NORMAL = 0

Référencé par Dispatcher\addListener().


La documentation de cette classe a été générée à partir du fichier suivant :