PHP Class Arcanedev\Localization\Providers\RoutingServiceProvider

Author: ARCANEDEV ([email protected])
Inheritance: extends Illuminate\Routing\RoutingServiceProvider
Afficher le fichier Open project: arcanedev/localization

Protected Properties

Свойство Type Description
$middleware array The application's route middleware.

Méthodes publiques

Méthode Description
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerRouter ( ) Register the router instance.

Private Methods

Méthode Description
getMiddleware ( string $name ) : boolean Get the middleware status.
registerMiddleware ( Arcanedev\Localization\Routing\Router $router, string $name, string $class ) Register a middleware.
registerMiddlewares ( ) Register the middlewares.

Method Details

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerRouter() protected méthode

Register the router instance.
protected registerRouter ( )

Property Details

$middleware protected_oe property

The application's route middleware.
protected array $middleware
Résultat array