Method | Description | |
---|---|---|
loadConfiguration ( Windwalker\Registry\Registry $config ) : void | Load configuration files. | |
loadPackages ( ) : Windwalker\Core\Package\AbstractPackage[] | Load packages. | |
loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[] | Load providers. | |
loadRouting ( ) : array | Load routing profiles as an array. | |
prepareSystemPath ( Windwalker\Registry\Registry $config ) : void | Prepare system path. |
public static loadConfiguration ( Windwalker\Registry\Registry $config ) : void | ||
$config | Windwalker\Registry\Registry | The config registry object. |
return | void |
public static loadPackages ( ) : Windwalker\Core\Package\AbstractPackage[] | ||
return | Windwalker\Core\Package\AbstractPackage[] |
public static loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[] | ||
return | Windwalker\DI\ServiceProviderInterface[] |
public static loadRouting ( ) : array | ||
return | array |
public static prepareSystemPath ( Windwalker\Registry\Registry $config ) : void | ||
$config | Windwalker\Registry\Registry | The config registry object. |
return | void |