PHP Class Windwalker\Web\Application

Since: 2.0
Inheritance: extends Windwalker\Core\Application\WebApplication
Afficher le fichier Open project: asika32764/natika Class Usage Examples

Méthodes publiques

Méthode Description
loadPackages ( ) : array getPackages
loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[] loadProviders

Méthodes protégées

Méthode Description
initialise ( ) : void initialise
loadConfiguration ( Windwalker\Registry\Registry $config ) : void loadConfiguration
loadRoutingConfiguration ( ) : mixed loadRoutingConfiguration
postExecute ( ) : mixed Pose execute hook.
prepareExecute ( ) : void Prepare execute hook.

Method Details

initialise() protected méthode

initialise
protected initialise ( ) : void
Résultat void

loadConfiguration() protected méthode

loadConfiguration
protected loadConfiguration ( Windwalker\Registry\Registry $config ) : void
$config Windwalker\Registry\Registry
Résultat void

loadPackages() public static méthode

getPackages
public static loadPackages ( ) : array
Résultat array

loadProviders() public static méthode

loadProviders
public static loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[]
Résultat Windwalker\DI\ServiceProviderInterface[]

loadRoutingConfiguration() protected méthode

loadRoutingConfiguration
protected loadRoutingConfiguration ( ) : mixed
Résultat mixed

postExecute() protected méthode

Pose execute hook.
protected postExecute ( ) : mixed
Résultat mixed

prepareExecute() protected méthode

Prepare execute hook.
protected prepareExecute ( ) : void
Résultat void