PHP Класс Frozennode\Administrator\AdministratorServiceProvider

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

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

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

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

Метод Описание
boot ( ) Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.
setLocale ( ) Sets the locale if it exists in the session and also exists in the locales option.

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

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

Bootstrap the application events.
public boot ( )

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

Get the services provided by the provider.
public provides ( ) : array
Результат array

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

Register the service provider.
public register ( )

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

Sets the locale if it exists in the session and also exists in the locales option.
public setLocale ( )

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

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

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