Method | Description | |
---|---|---|
loadPackages ( ) : array | getPackages | |
loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[] | loadProviders | |
registerCommands ( ) : void | registerCommands |
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. |
protected loadConfiguration ( Windwalker\Registry\Registry $config ) : void | ||
$config | Windwalker\Registry\Registry | |
return | void |
public static loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[] | ||
return | Windwalker\DI\ServiceProviderInterface[] |
protected postExecute ( mixed $result = null ) : mixed | ||
$result | mixed | Executed return value. |
return | mixed |
protected prepareExecute ( ) : void | ||
return | void |