PHP Class Dingo\Api\Provider\RoutingServiceProvider

Inheritance: extends Dingo\Api\Provider\ServiceProvider
Show file Open project: dingo/api

Public Methods

Method Description
register ( ) Register the service provider.

Protected Methods

Method Description
registerRouter ( ) Register the router.
registerUrlGenerator ( ) Register the URL generator.

Private Methods

Method Description
requestRebinder ( ) : Closure Get the URL generator request rebinder.

Method Details

register() public method

Register the service provider.
public register ( )

registerRouter() protected method

Register the router.
protected registerRouter ( )

registerUrlGenerator() protected method

Register the URL generator.
protected registerUrlGenerator ( )