PHP Class Admin\AdminPackage

Inheritance: extends Windwalker\Core\Package\AbstractPackage
Show file Open project: asika32764/natika

Public Methods

Method Description
initialise ( ) : void initialise
loadRouting ( ) : mixed loadRouting
registerListeners ( Windwalker\Event\Dispatcher $dispatcher ) : void registerListeners

Protected Methods

Method Description
checkAccess ( ) : void checkAccess
postExecute ( string $result = null ) : string postExecute
prepareExecute ( ) : void prepareExecute

Method Details

checkAccess() protected method

checkAccess
protected checkAccess ( ) : void
return void

initialise() public method

initialise
public initialise ( ) : void
return void

loadRouting() public method

loadRouting
public loadRouting ( ) : mixed
return mixed

postExecute() protected method

postExecute
protected postExecute ( string $result = null ) : string
$result string
return string

prepareExecute() protected method

prepareExecute
protected prepareExecute ( ) : void
return void

registerListeners() public method

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