PHP 클래스 Windwalker\Windwalker

부터: 2.0
파일 보기 프로젝트 열기: asika32764/natika 1 사용 예제들

공개 메소드들

메소드 설명
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