PHP 클래스 Dingo\Api\Provider\DingoServiceProvider

상속: extends Dingo\Api\Provider\ServiceProvider
파일 보기 프로젝트 열기: dingo/api 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
registerAuth ( ) : void Register the auth.
registerClassAliases ( ) : void Register the class aliases.
registerConfig ( ) : void Register the configuration.
registerDocsCommand ( ) : void Register the documentation command.
registerExceptionHandler ( ) : void Register the exception handler.
registerTransformer ( ) : void Register the transformer factory.
setResponseStaticInstances ( )

메소드 상세

boot() 공개 메소드

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

register() 공개 메소드

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

registerAuth() 보호된 메소드

Register the auth.
protected registerAuth ( ) : void
리턴 void

registerClassAliases() 보호된 메소드

Register the class aliases.
protected registerClassAliases ( ) : void
리턴 void

registerConfig() 보호된 메소드

Register the configuration.
protected registerConfig ( ) : void
리턴 void

registerDispatcher() 공개 메소드

Register the internal dispatcher.
public registerDispatcher ( ) : void
리턴 void

registerDocsCommand() 보호된 메소드

Register the documentation command.
protected registerDocsCommand ( ) : void
리턴 void

registerExceptionHandler() 보호된 메소드

Register the exception handler.
protected registerExceptionHandler ( ) : void
리턴 void

registerTransformer() 보호된 메소드

Register the transformer factory.
protected registerTransformer ( ) : void
리턴 void

setResponseStaticInstances() 보호된 메소드