PHP Class Dingo\Api\Provider\HttpServiceProvider

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

Méthodes publiques

Méthode Description
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerHttpParsers ( ) : void Register the HTTP parsers.
registerHttpValidation ( ) : void Register the HTTP validation.
registerMiddleware ( ) : void Register the middleware.
registerRateLimiting ( ) : void Register the rate limiting.
registerResponseFactory ( ) : void Register the response factory.

Method Details

register() public méthode

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

registerHttpParsers() protected méthode

Register the HTTP parsers.
protected registerHttpParsers ( ) : void
Résultat void

registerHttpValidation() protected méthode

Register the HTTP validation.
protected registerHttpValidation ( ) : void
Résultat void

registerMiddleware() protected méthode

Register the middleware.
protected registerMiddleware ( ) : void
Résultat void

registerRateLimiting() protected méthode

Register the rate limiting.
protected registerRateLimiting ( ) : void
Résultat void

registerResponseFactory() protected méthode

Register the response factory.
protected registerResponseFactory ( ) : void
Résultat void