PHP Class Asvae\ApiTester\Providers\RouteServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: asvae/laravel-api-tester

Protected Properties

Property Type Description
$kernel

Public Methods

Method Description
boot ( Router $router, Illuminate\Contracts\Http\Kernel $kernel )
map ( Router $router ) : void Define the routes for the application.
register ( ) : void Register the service provider.

Protected Methods

Method Description
getMiddleware ( )
getNamespace ( ) : string Get module namespace
requireRoutes ( ) : string

Method Details

boot() public method

public boot ( Router $router, Illuminate\Contracts\Http\Kernel $kernel )
$router Illuminate\Routing\Router
$kernel Illuminate\Contracts\Http\Kernel

getMiddleware() protected method

protected getMiddleware ( )

getNamespace() protected method

Get module namespace
protected getNamespace ( ) : string
return string

map() public method

Define the routes for the application.
public map ( Router $router ) : void
$router Illuminate\Routing\Router
return void

register() public method

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

requireRoutes() protected method

protected requireRoutes ( ) : string
return string

Property Details

$kernel protected_oe property

protected $kernel