PHP Class Frozennode\Administrator\AdministratorServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: summerblue/administrator

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method 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 method

Bootstrap the application events.
public boot ( )

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( )

setLocale() public method

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
return boolean