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

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

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

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

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

Метод Описание
addRequestMiddlewareToBeginning ( ReflectionClass $reflection ) : void Add the request middleware to the beginning of the middleware stack on the Lumen application instance.
gatherAppMiddleware ( ReflectionClass $reflection ) : array Gather the application middleware besides this one so that we can send our request through them, exactly how the developer wanted.
setupConfig ( ) : void Setup the configuration.

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

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

Add the request middleware to the beginning of the middleware stack on the Lumen application instance.
protected addRequestMiddlewareToBeginning ( ReflectionClass $reflection ) : void
$reflection ReflectionClass
Результат 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 ( ReflectionClass $reflection ) : array
$reflection ReflectionClass
Результат array

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

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

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

Setup the configuration.
protected setupConfig ( ) : void
Результат void