PHP Класс Windwalker\Windwalker

С версии: 2.0
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

loadConfiguration() публичный статический Метод

Load configuration files.
public static loadConfiguration ( Windwalker\Registry\Registry $config ) : void
$config Windwalker\Registry\Registry The config registry object.
Результат void

loadPackages() публичный статический Метод

If you want some packages run in both Web and Console, register them here.
public static loadPackages ( ) : Windwalker\Core\Package\AbstractPackage[]
Результат Windwalker\Core\Package\AbstractPackage[]

loadProviders() публичный статический Метод

If you want seom 3rd libraries tun in both Web and Console, register them here.
public static loadProviders ( ) : Windwalker\DI\ServiceProviderInterface[]
Результат Windwalker\DI\ServiceProviderInterface[]

loadRouting() публичный статический Метод

Load routing profiles as an array.
public static loadRouting ( ) : array
Результат array

prepareSystemPath() публичный статический Метод

Write your custom path to $config['path.xxx'].
public static prepareSystemPath ( Windwalker\Registry\Registry $config ) : void
$config Windwalker\Registry\Registry The config registry object.
Результат void