PHP Class Forum\ForumPackage

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
prepareExecute ( ) : void prepareExecute

Method Details

initialise() public méthode

initialise
public initialise ( ) : void
Résultat void

loadRouting() public méthode

loadRouting
public loadRouting ( ) : array | mixed
Résultat array | mixed

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