PHP Class Camroncade\Timezone\TimezoneServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: camroncade/timezone

Protected Properties

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

Public Methods

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

Bootstrap the application events.
public boot ( ) : null
return null

provides() public method

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

register() public method

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

Property Details

$defer protected property

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