PHP Class Larabros\Elogram\Providers\MiddlewareServiceProvider

Inheritance: extends League\Container\ServiceProvider\AbstractServiceProvider
Afficher le fichier Open project: larabros/elogram

Protected Properties

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
addMiddleware ( )

Method Details

addMiddleware() protected méthode

protected addMiddleware ( )

register() public méthode

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
Résultat void

Property Details

$provides protected_oe property

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
Résultat array