Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
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
 

Fonctions membres privées

 __construct ()
 

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 constructeurs et destructeur

◆ __construct()

__construct ( )
private

Disallow instantiation of this class

Depuis
1.0

Documentation des champs

◆ ABOVE_NORMAL

const ABOVE_NORMAL = 1

◆ BELOW_NORMAL

const BELOW_NORMAL = -1

◆ HIGH

const HIGH = 2

Référencé par Session\buildSession().

◆ LOW

const LOW = -2

Référencé par Cache\getSubscribedEvents().

◆ MAX

const MAX = 3

◆ MIN

const MIN = -3

◆ NORMAL

const NORMAL = 0

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


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