PHP 클래스 Recca0120\LaravelTracy\LaravelTracyServiceProvider

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

공개 메소드들

메소드 설명
boot ( Illuminate\Contracts\Http\Kernel $kernel ) boot.
boot ( Illuminate\Contracts\Http\Kernel $kernel, Illuminate\Contracts\View\Factory $view ) boot.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
registerDebugbar ( ) registerDebugbar.

메소드 상세

boot() 공개 메소드

boot.
public boot ( Illuminate\Contracts\Http\Kernel $kernel )
$kernel Illuminate\Contracts\Http\Kernel

boot() 공개 메소드

boot.
public boot ( Illuminate\Contracts\Http\Kernel $kernel, Illuminate\Contracts\View\Factory $view )
$kernel Illuminate\Contracts\Http\Kernel
$view Illuminate\Contracts\View\Factory

provides() 공개 메소드

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

register() 공개 메소드

Register the service provider.
public register ( )

register() 공개 메소드

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

registerDebugbar() 보호된 메소드

registerDebugbar.
protected registerDebugbar ( )