PHP Class FluxBB\Web\WebServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: fluxbb/core

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerApiRoutes ( Router $router ) : void Register the API routes.
registerFrontendRoutes ( Router $router ) : void Register the frontend routes.
registerRoutes ( ) : void Register the routes with the router.
registerViewHelpers ( ) : void Register the view helpers for generating URLs etc.

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

register() public méthode

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

registerApiRoutes() protected méthode

Register the API routes.
protected registerApiRoutes ( Router $router ) : void
$router Router
Résultat void

registerFrontendRoutes() protected méthode

Register the frontend routes.
protected registerFrontendRoutes ( Router $router ) : void
$router Router
Résultat void

registerRoutes() protected méthode

Register the routes with the router.
protected registerRoutes ( ) : void
Résultat void

registerViewHelpers() protected méthode

Register the view helpers for generating URLs etc.
protected registerViewHelpers ( ) : void
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean