PHP Class Windwalker\Web\Application

Since: 2.0
Inheritance: extends Windwalker\Core\Application\WebApplication
Show file Open project: asika32764/natika Class Usage Examples

Public Methods

Method Description
loadPackages ( ) : array getPackages
loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[] loadProviders

Protected Methods

Method 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 method

initialise
protected initialise ( ) : void
return void

loadConfiguration() protected method

loadConfiguration
protected loadConfiguration ( Windwalker\Registry\Registry $config ) : void
$config Windwalker\Registry\Registry
return void

loadPackages() public static method

getPackages
public static loadPackages ( ) : array
return array

loadProviders() public static method

loadProviders
public static loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[]
return Windwalker\DI\ServiceProviderInterface[]

loadRoutingConfiguration() protected method

loadRoutingConfiguration
protected loadRoutingConfiguration ( ) : mixed
return mixed

postExecute() protected method

Pose execute hook.
protected postExecute ( ) : mixed
return mixed

prepareExecute() protected method

Prepare execute hook.
protected prepareExecute ( ) : void
return void