PHP Class Gitamin\Providers\GitServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen 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 parser provider.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the parser services.

Method Details

boot() public method

Boot the parser 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 parser services.
public register ( ) : void
return void

Property Details

$defer protected_oe property

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