PHP Class Gitamin\Providers\DataCollectorServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: gitaminhq/gitamin

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( ) : void Boot the DataCollector provider.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the DataCollector services.

Method Details

boot() public méthode

Boot the DataCollector provider.
public boot ( ) : void
Résultat void

provides() public méthode

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

register() public méthode

Register the DataCollector services.
public register ( ) : void
Résultat void

Property Details

$defer protected_oe property

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