PHP Class Dingo\Api\Provider\DingoServiceProvider

Inheritance: extends Dingo\Api\Provider\ServiceProvider
Mostra file Open project: dingo/api Class Usage Examples

Public Methods

Method Description
boot ( ) : void Boot the service provider.
register ( ) : void Register the service provider.
registerDispatcher ( ) : void Register the internal dispatcher.

Protected Methods

Method Description
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 ( )

Method Details

boot() public method

Boot the service provider.
public boot ( ) : void
return void

register() public method

Register the service provider.
public register ( ) : void
return void

registerAuth() protected method

Register the auth.
protected registerAuth ( ) : void
return void

registerClassAliases() protected method

Register the class aliases.
protected registerClassAliases ( ) : void
return void

registerConfig() protected method

Register the configuration.
protected registerConfig ( ) : void
return void

registerDispatcher() public method

Register the internal dispatcher.
public registerDispatcher ( ) : void
return void

registerDocsCommand() protected method

Register the documentation command.
protected registerDocsCommand ( ) : void
return void

registerExceptionHandler() protected method

Register the exception handler.
protected registerExceptionHandler ( ) : void
return void

registerTransformer() protected method

Register the transformer factory.
protected registerTransformer ( ) : void
return void

setResponseStaticInstances() protected method