PHP Class Phergie_Plugin_Prioritize, phergie

Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Protected Properties

Property Type Description
$priority array Event types ordered by priority of execution

Public Methods

Method Description
preDispatch ( ) : void Prioritizes events from least to most destructive.

Method Details

preDispatch() public method

Prioritizes events from least to most destructive.
public preDispatch ( ) : void
return void

Property Details

$priority protected property

Event types ordered by priority of execution
protected array $priority
return array