PHP Class Caffeinated\Shinobi\ShinobiServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: caffeinated/shinobi

Protected Properties

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

Public Methods

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

Protected Methods

Method Description
registerBladeDirectives ( ) : void Register the blade directives.

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 ( ) : array
return array

register() public method

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

registerBladeDirectives() protected method

Register the blade directives.
protected registerBladeDirectives ( ) : void
return void

Property Details

$defer protected_oe property

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