PHP 클래스 Ouzo\Bootstrap

파일 보기 프로젝트 열기: letsdrink/ouzo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
addConfig ( $config )
runApplication ( ) : void
withInjector ( Injector $injector )
withInjectorConfig ( InjectorConfig $config )

비공개 메소드들

메소드 설명
createFrontController ( ) : FrontController
includeRoutes ( ) : void
registerErrorHandlers ( ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( )

addConfig() 공개 메소드

public addConfig ( $config )
$config

runApplication() 공개 메소드

public runApplication ( ) : void
리턴 void

withInjector() 공개 메소드

public withInjector ( Injector $injector )
$injector Ouzo\Injection\Injector

withInjectorConfig() 공개 메소드

public withInjectorConfig ( InjectorConfig $config )
$config Ouzo\Injection\InjectorConfig