PHP Class Dingo\Api\Provider\DingoServiceProvider

Inheritance: extends Dingo\Api\Provider\ServiceProvider
Afficher le fichier Open project: dingo/api Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

Boot the service provider.
public boot ( ) : void
Résultat void

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerAuth() protected méthode

Register the auth.
protected registerAuth ( ) : void
Résultat void

registerClassAliases() protected méthode

Register the class aliases.
protected registerClassAliases ( ) : void
Résultat void

registerConfig() protected méthode

Register the configuration.
protected registerConfig ( ) : void
Résultat void

registerDispatcher() public méthode

Register the internal dispatcher.
public registerDispatcher ( ) : void
Résultat void

registerDocsCommand() protected méthode

Register the documentation command.
protected registerDocsCommand ( ) : void
Résultat void

registerExceptionHandler() protected méthode

Register the exception handler.
protected registerExceptionHandler ( ) : void
Résultat void

registerTransformer() protected méthode

Register the transformer factory.
protected registerTransformer ( ) : void
Résultat void

setResponseStaticInstances() protected méthode