PHP 클래스 Admin\AdminPackage

상속: extends Windwalker\Core\Package\AbstractPackage
파일 보기 프로젝트 열기: asika32764/natika

공개 메소드들

메소드 설명
initialise ( ) : void initialise
loadRouting ( ) : mixed loadRouting
registerListeners ( Windwalker\Event\Dispatcher $dispatcher ) : void registerListeners

보호된 메소드들

메소드 설명
checkAccess ( ) : void checkAccess
postExecute ( string $result = null ) : string postExecute
prepareExecute ( ) : void prepareExecute

메소드 상세

checkAccess() 보호된 메소드

checkAccess
protected checkAccess ( ) : void
리턴 void

initialise() 공개 메소드

initialise
public initialise ( ) : void
리턴 void

loadRouting() 공개 메소드

loadRouting
public loadRouting ( ) : mixed
리턴 mixed

postExecute() 보호된 메소드

postExecute
protected postExecute ( string $result = null ) : string
$result string
리턴 string

prepareExecute() 보호된 메소드

prepareExecute
protected prepareExecute ( ) : void
리턴 void

registerListeners() 공개 메소드

registerListeners
public registerListeners ( Windwalker\Event\Dispatcher $dispatcher ) : void
$dispatcher Windwalker\Event\Dispatcher
리턴 void