PHP Class Caffeinated\Shinobi\ShinobiServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: caffeinated/shinobi

Protected Properties

Свойство Type Description
$defer boolean Indicates of loading of the provider is deferred.

Méthodes publiques

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

Méthodes protégées

Méthode Description
registerBladeDirectives ( ) : void Register the blade directives.

Method Details

boot() public méthode

Boot the service provider.
public boot ( ) : null
Résultat null

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerBladeDirectives() protected méthode

Register the blade directives.
protected registerBladeDirectives ( ) : void
Résultat void

Property Details

$defer protected_oe property

Indicates of loading of the provider is deferred.
protected bool $defer
Résultat boolean