PHP 클래스 Dingo\Api\Provider\LaravelServiceProvider

상속: extends DingoServiceProvider
파일 보기 프로젝트 열기: dingo/api

공개 메소드들

메소드 설명
boot ( ) : void Boot the service provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
addRequestMiddlewareToBeginning ( Illuminate\Contracts\Http\Kernel $kernel ) : void Add the request middleware to the beginning of the kernel.
gatherAppMiddleware ( Illuminate\Contracts\Http\Kernel $kernel ) : array Gather the application middleware besides this one so that we can send our request through them, exactly how the developer wanted.
getRouterBindings ( ) : array Get the Laravel routers bindings.
registerRouterAdapter ( ) : void Register the router adapter.
replaceRouteDispatcher ( ) : void Replace the route dispatcher.
updateRouterBindings ( ) : void Grab the bindings from the Laravel router and set them on the adapters router.

메소드 상세

addRequestMiddlewareToBeginning() 보호된 메소드

Add the request middleware to the beginning of the kernel.
protected addRequestMiddlewareToBeginning ( Illuminate\Contracts\Http\Kernel $kernel ) : void
$kernel Illuminate\Contracts\Http\Kernel
리턴 void

boot() 공개 메소드

Boot the service provider.
public boot ( ) : void
리턴 void

gatherAppMiddleware() 보호된 메소드

Gather the application middleware besides this one so that we can send our request through them, exactly how the developer wanted.
protected gatherAppMiddleware ( Illuminate\Contracts\Http\Kernel $kernel ) : array
$kernel Illuminate\Contracts\Http\Kernel
리턴 array

getRouterBindings() 보호된 메소드

Get the Laravel routers bindings.
protected getRouterBindings ( ) : array
리턴 array

register() 공개 메소드

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

registerRouterAdapter() 보호된 메소드

Register the router adapter.
protected registerRouterAdapter ( ) : void
리턴 void

replaceRouteDispatcher() 보호된 메소드

Replace the route dispatcher.
protected replaceRouteDispatcher ( ) : void
리턴 void

updateRouterBindings() 보호된 메소드

Grab the bindings from the Laravel router and set them on the adapters router.
protected updateRouterBindings ( ) : void
리턴 void