PHP 클래스 FluxBB\Core\Application

상속: extends Illuminate\Container\Container, implements Illuminate\Contracts\Foundation\Application
파일 보기 프로젝트 열기: fluxbb/core

보호된 프로퍼티들

프로퍼티 타입 설명
$basePath
$bootedCallbacks
$bootingCallbacks
$isBooted
$registered

공개 메소드들

메소드 설명
__construct ( $basePath )
basePath ( )
boot ( )
booted ( mixed $callback ) : void Register a new "booted" listener.
booting ( mixed $callback ) : void Register a new boot listener.
environment ( ) : string Get or check the current application environment.
isDownForMaintenance ( ) : boolean Determine if the application is currently down for maintenance.
register ( $provider, $options = [], $force = false )
registerConfiguredProviders ( ) : void Register all of the configured providers.
registerDeferredProvider ( string $provider, string $service = null ) : void Register a deferred provider and service.
version ( ) : string Get the version number of the application.

보호된 메소드들

메소드 설명
makeProvider ( string $providerClass ) : ServiceProvider

비공개 메소드들

메소드 설명
fireAppCallbacks ( $callbacks )

메소드 상세

__construct() 공개 메소드

public __construct ( $basePath )

basePath() 공개 메소드

public basePath ( )

boot() 공개 메소드

public boot ( )

booted() 공개 메소드

Register a new "booted" listener.
public booted ( mixed $callback ) : void
$callback mixed
리턴 void

booting() 공개 메소드

Register a new boot listener.
public booting ( mixed $callback ) : void
$callback mixed
리턴 void

environment() 공개 메소드

Get or check the current application environment.
public environment ( ) : string
리턴 string

isDownForMaintenance() 공개 메소드

Determine if the application is currently down for maintenance.
public isDownForMaintenance ( ) : boolean
리턴 boolean

makeProvider() 보호된 메소드

protected makeProvider ( string $providerClass ) : ServiceProvider
$providerClass string
리턴 Illuminate\Support\ServiceProvider

register() 공개 메소드

public register ( $provider, $options = [], $force = false )

registerConfiguredProviders() 공개 메소드

Register all of the configured providers.
public registerConfiguredProviders ( ) : void
리턴 void

registerDeferredProvider() 공개 메소드

Register a deferred provider and service.
public registerDeferredProvider ( string $provider, string $service = null ) : void
$provider string
$service string
리턴 void

version() 공개 메소드

Get the version number of the application.
public version ( ) : string
리턴 string

프로퍼티 상세

$basePath 보호되어 있는 프로퍼티

protected $basePath

$bootedCallbacks 보호되어 있는 프로퍼티

protected $bootedCallbacks

$bootingCallbacks 보호되어 있는 프로퍼티

protected $bootingCallbacks

$isBooted 보호되어 있는 프로퍼티

protected $isBooted

$registered 보호되어 있는 프로퍼티

protected $registered