PHP Class Camroncade\Timezone\TimezoneServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: camroncade/timezone

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( ) : null Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : null Register the service provider.

Method Details

boot() public méthode

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

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 ( ) : null
Résultat null

Property Details

$defer protected_oe property

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