PHP Class Dingo\Api\Provider\RoutingServiceProvider

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
registerRouter ( ) Register the router.
registerUrlGenerator ( ) Register the URL generator.

Private Methods

Méthode Description
requestRebinder ( ) : Closure Get the URL generator request rebinder.

Method Details

register() public méthode

Register the service provider.
public register ( )

registerRouter() protected méthode

Register the router.
protected registerRouter ( )

registerUrlGenerator() protected méthode

Register the URL generator.
protected registerUrlGenerator ( )