PHP Class Windwalker\Console\Application

Since: 2.1.1
Inheritance: extends Windwalker\Core\Console\WindwalkerConsole
Show file Open project: asika32764/natika Class Usage Examples

Public Methods

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

Protected Methods

Method Description
initialise ( ) : void initialise
loadConfiguration ( Windwalker\Registry\Registry $config ) : void loadConfiguration
postExecute ( mixed $result = null ) : 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[]

postExecute() protected method

Pose execute hook.
protected postExecute ( mixed $result = null ) : mixed
$result mixed Executed return value.
return mixed

prepareExecute() protected method

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

registerCommands() public method

registerCommands
public registerCommands ( ) : void
return void