PHP 클래스 Dingo\Api\Provider\LumenServiceProvider

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

공개 메소드들

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

보호된 메소드들

메소드 설명
addRequestMiddlewareToBeginning ( ReflectionClass $reflection ) : void Add the request middleware to the beginning of the middleware stack on the Lumen application instance.
gatherAppMiddleware ( ReflectionClass $reflection ) : array Gather the application middleware besides this one so that we can send our request through them, exactly how the developer wanted.
setupConfig ( ) : void Setup the configuration.

메소드 상세

addRequestMiddlewareToBeginning() 보호된 메소드

Add the request middleware to the beginning of the middleware stack on the Lumen application instance.
protected addRequestMiddlewareToBeginning ( ReflectionClass $reflection ) : void
$reflection ReflectionClass
리턴 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 ( ReflectionClass $reflection ) : array
$reflection ReflectionClass
리턴 array

register() 공개 메소드

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

setupConfig() 보호된 메소드

Setup the configuration.
protected setupConfig ( ) : void
리턴 void