PHP Class Admin\AdminPackage

Inheritance: extends Windwalker\Core\Package\AbstractPackage
Afficher le fichier Open project: asika32764/natika

Méthodes publiques

Méthode Description
initialise ( ) : void initialise
loadRouting ( ) : mixed loadRouting
registerListeners ( Windwalker\Event\Dispatcher $dispatcher ) : void registerListeners

Méthodes protégées

Méthode Description
checkAccess ( ) : void checkAccess
postExecute ( string $result = null ) : string postExecute
prepareExecute ( ) : void prepareExecute

Method Details

checkAccess() protected méthode

checkAccess
protected checkAccess ( ) : void
Résultat void

initialise() public méthode

initialise
public initialise ( ) : void
Résultat void

loadRouting() public méthode

loadRouting
public loadRouting ( ) : mixed
Résultat mixed

postExecute() protected méthode

postExecute
protected postExecute ( string $result = null ) : string
$result string
Résultat string

prepareExecute() protected méthode

prepareExecute
protected prepareExecute ( ) : void
Résultat void

registerListeners() public méthode

registerListeners
public registerListeners ( Windwalker\Event\Dispatcher $dispatcher ) : void
$dispatcher Windwalker\Event\Dispatcher
Résultat void