PHP Класс Dingo\Api\Provider\LaravelServiceProvider

Наследование: extends DingoServiceProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
boot ( ) : void Boot the service provider.
register ( ) : void Register the service provider.

Защищенные методы

Метод Описание
addRequestMiddlewareToBeginning ( Illuminate\Contracts\Http\Kernel $kernel ) : void Add the request middleware to the beginning of the kernel.
gatherAppMiddleware ( Illuminate\Contracts\Http\Kernel $kernel ) : array Gather the application middleware besides this one so that we can send our request through them, exactly how the developer wanted.
getRouterBindings ( ) : array Get the Laravel routers bindings.
registerRouterAdapter ( ) : void Register the router adapter.
replaceRouteDispatcher ( ) : void Replace the route dispatcher.
updateRouterBindings ( ) : void Grab the bindings from the Laravel router and set them on the adapters router.

Описание методов

addRequestMiddlewareToBeginning() защищенный Метод

Add the request middleware to the beginning of the kernel.
protected addRequestMiddlewareToBeginning ( Illuminate\Contracts\Http\Kernel $kernel ) : void
$kernel Illuminate\Contracts\Http\Kernel
Результат void

boot() публичный Метод

Boot the service provider.
public boot ( ) : void
Результат void

gatherAppMiddleware() защищенный Метод

Gather the application middleware besides this one so that we can send our request through them, exactly how the developer wanted.
protected gatherAppMiddleware ( Illuminate\Contracts\Http\Kernel $kernel ) : array
$kernel Illuminate\Contracts\Http\Kernel
Результат array

getRouterBindings() защищенный Метод

Get the Laravel routers bindings.
protected getRouterBindings ( ) : array
Результат array

register() публичный Метод

Register the service provider.
public register ( ) : void
Результат void

registerRouterAdapter() защищенный Метод

Register the router adapter.
protected registerRouterAdapter ( ) : void
Результат void

replaceRouteDispatcher() защищенный Метод

Replace the route dispatcher.
protected replaceRouteDispatcher ( ) : void
Результат void

updateRouterBindings() защищенный Метод

Grab the bindings from the Laravel router and set them on the adapters router.
protected updateRouterBindings ( ) : void
Результат void