PHP Класс FluxBB\Web\WebServiceProvider

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

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

Свойство Тип Описание
$defer boolean Indicates if loading of the provider is deferred.

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

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

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

Метод Описание
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.

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

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

Bootstrap the application events.
public boot ( ) : void
Результат void

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

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

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

Register the API routes.
protected registerApiRoutes ( Router $router ) : void
$router Router
Результат void

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

Register the frontend routes.
protected registerFrontendRoutes ( Router $router ) : void
$router Router
Результат void

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

Register the routes with the router.
protected registerRoutes ( ) : void
Результат void

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

Register the view helpers for generating URLs etc.
protected registerViewHelpers ( ) : void
Результат void

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

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

Indicates if loading of the provider is deferred.
protected bool $defer
Результат boolean