PHP Class NilPortugues\Laravel5\JsonApi\Providers\Laravel52Provider

Inheritance: extends Laravel51Provider
Show file Open project: nilportugues/laravel5-jsonapi Class Usage Examples

Protected Properties

Property Type Description
$routerCollection Illuminate\Routing\RouteCollection

Protected Methods

Method Description
calculateFullPath ( array &$value, string $route ) : mixed | string
calculateRoute ( array $value ) : mixed | string
getRouterCollection ( UrlGenerator $router ) : mixed

Method Details

calculateFullPath() protected method

protected calculateFullPath ( array &$value, string $route ) : mixed | string
$value array
$route string
return mixed | string

calculateRoute() protected method

protected calculateRoute ( array $value ) : mixed | string
$value array
return mixed | string

getRouterCollection() protected method

protected getRouterCollection ( UrlGenerator $router ) : mixed
$router Illuminate\Routing\UrlGenerator
return mixed

Property Details

$routerCollection protected property

protected RouteCollection,Illuminate\Routing $routerCollection
return Illuminate\Routing\RouteCollection