PHP Class Windwalker\Windwalker

Since: 2.0
Afficher le fichier Open project: asika32764/natika Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

loadConfiguration() public static méthode

Load configuration files.
public static loadConfiguration ( Windwalker\Registry\Registry $config ) : void
$config Windwalker\Registry\Registry The config registry object.
Résultat void

loadPackages() public static méthode

If you want some packages run in both Web and Console, register them here.
public static loadPackages ( ) : Windwalker\Core\Package\AbstractPackage[]
Résultat Windwalker\Core\Package\AbstractPackage[]

loadProviders() public static méthode

If you want seom 3rd libraries tun in both Web and Console, register them here.
public static loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[]
Résultat Windwalker\DI\ServiceProviderInterface[]

loadRouting() public static méthode

Load routing profiles as an array.
public static loadRouting ( ) : array
Résultat array

prepareSystemPath() public static méthode

Write your custom path to $config['path.xxx'].
public static prepareSystemPath ( Windwalker\Registry\Registry $config ) : void
$config Windwalker\Registry\Registry The config registry object.
Résultat void