PHP 클래스 Bolt\Application

상속: extends Silex\Application
파일 보기 프로젝트 열기: bolt/bolt 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $values = [] )
__isset ( string $name ) : boolean
initDatabase ( ) Initialize the database providers.
initDebugging ( ) Set up the debugging if required.
initExtensions ( )
initLocale ( )
initLogger ( ) Initialize the loggers.
initProfiler ( ) Set up the profilers for the toolbar.
initProviders ( )
initRendering ( ) Initialize the rendering providers.
initialize ( )
mount ( $prefix, $controllers )
run ( Request $request = null )

보호된 메소드들

메소드 설명
initConfig ( )
initSession ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $values = [] )
$values array

__isset() 공개 메소드

사용 중단: Deprecated since 3.0, to be removed in 4.0.
public __isset ( string $name ) : boolean
$name string
리턴 boolean

initConfig() 보호된 메소드

protected initConfig ( )

initDatabase() 공개 메소드

Initialize the database providers.
public initDatabase ( )

initDebugging() 공개 메소드

Set up the debugging if required.
public initDebugging ( )

initExtensions() 공개 메소드

public initExtensions ( )

initLocale() 공개 메소드

public initLocale ( )

initLogger() 공개 메소드

Initialize the loggers.
public initLogger ( )

initProfiler() 공개 메소드

Set up the profilers for the toolbar.
public initProfiler ( )

initProviders() 공개 메소드

public initProviders ( )

initRendering() 공개 메소드

Initialize the rendering providers.
public initRendering ( )

initSession() 보호된 메소드

protected initSession ( )

initialize() 공개 메소드

public initialize ( )

mount() 공개 메소드

public mount ( $prefix, $controllers )

run() 공개 메소드

public run ( Request $request = null )
$request Symfony\Component\HttpFoundation\Request