PHP Class Caffeinated\Themes\ThemesServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: caffeinated/themes

Protected Properties

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

Public Methods

Method Description
boot ( ) : null Boot the service provider.
provides ( ) : string[] Get the services provided by the provider.
register ( ) : void Register the service provider.

Protected Methods

Method Description
registerServices ( ) : void Register the package services.

Method Details

boot() public method

Boot the service provider.
public boot ( ) : null
return null

provides() public method

Get the services provided by the provider.
public provides ( ) : string[]
return string[]

register() public method

Register the service provider.
public register ( ) : void
return void

registerServices() protected method

Register the package services.
protected registerServices ( ) : void
return void

Property Details

$defer protected property

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