PHP Класс Larabros\Elogram\Providers\MiddlewareServiceProvider

Автор: Hassan Khan ([email protected])
Наследование: extends League\Container\ServiceProvider\AbstractServiceProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$provides array The provides array is a way to let the container know that a service is provided by this service provider. Every service that is registered via this service provider must have an alias added to this array or it will be ignored.

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

Метод Описание
register ( ) : void Use the register method to register items with the container via the protected $this->container property or the getContainer method from the ContainerAwareTrait.

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

Метод Описание
addMiddleware ( )

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

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

protected addMiddleware ( )

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

Use the register method to register items with the container via the protected $this->container property or the getContainer method from the ContainerAwareTrait.
public register ( ) : void
Результат void

Описание свойств

$provides защищенное свойство

The provides array is a way to let the container know that a service is provided by this service provider. Every service that is registered via this service provider must have an alias added to this array or it will be ignored.
protected array $provides
Результат array