PHP 클래스 Barryvdh\Debugbar\ServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: barryvdh/laravel-debugbar

보호된 프로퍼티들

프로퍼티 타입 설명
$defer boolean Indicates if loading of the provider is deferred.

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
checkAppDebug ( ) Check the App Debug status
getConfigPath ( ) : string Get the config path
getRouter ( ) : Router Get the active router.
publishConfig ( string $configPath ) Publish the config file
registerMiddleware ( string $middleware ) Register the Debugbar Middleware

메소드 상세

boot() 공개 메소드

Bootstrap the application events.
public boot ( ) : void
리턴 void

checkAppDebug() 보호된 메소드

Check the App Debug status
protected checkAppDebug ( )

getConfigPath() 보호된 메소드

Get the config path
protected getConfigPath ( ) : string
리턴 string

getRouter() 보호된 메소드

Get the active router.
protected getRouter ( ) : Router
리턴 Illuminate\Routing\Router

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array

publishConfig() 보호된 메소드

Publish the config file
protected publishConfig ( string $configPath )
$configPath string

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerMiddleware() 보호된 메소드

Register the Debugbar Middleware
protected registerMiddleware ( string $middleware )
$middleware string

프로퍼티 상세

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

Indicates if loading of the provider is deferred.
protected bool $defer
리턴 boolean