PHP Class Gitamin\Providers\DataCollectorServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: gitaminhq/gitamin

Protected Properties

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

Public Methods

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

Boot the DataCollector provider.
public boot ( ) : void
return void

provides() public method

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

register() public method

Register the DataCollector services.
public register ( ) : void
return void

Property Details

$defer protected property

Indicats if loading of the provider is deferred.
protected bool $defer
return boolean