PHP Class Frozennode\Administrator\AdministratorServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: summerblue/administrator

Protected Properties

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

Méthodes publiques

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

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( )

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( )

setLocale() public méthode

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

Property Details

$defer protected_oe property

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