PHP 클래스 Phergie_Plugin_Prioritize, phergie

저자: Phergie Development Team ([email protected])
상속: extends Phergie_Plugin_Abstract
파일 보기 프로젝트 열기: phergie/phergie

보호된 프로퍼티들

프로퍼티 타입 설명
$priority array Event types ordered by priority of execution

공개 메소드들

메소드 설명
preDispatch ( ) : void Prioritizes events from least to most destructive.

메소드 상세

preDispatch() 공개 메소드

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

프로퍼티 상세

$priority 보호되어 있는 프로퍼티

Event types ordered by priority of execution
protected array $priority
리턴 array