PHP Class Phergie_Plugin_Prioritize, phergie

Inheritance: extends Phergie_Plugin_Abstract
Afficher le fichier Open project: phergie/phergie

Protected Properties

Свойство Type Description
$priority array Event types ordered by priority of execution

Méthodes publiques

Méthode Description
preDispatch ( ) : void Prioritizes events from least to most destructive.

Method Details

preDispatch() public méthode

Prioritizes events from least to most destructive.
public preDispatch ( ) : void
Résultat void

Property Details

$priority protected_oe property

Event types ordered by priority of execution
protected array $priority
Résultat array