PHP Class Zizaco\Entrust\EntrustServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: zizaco/entrust Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided.
register ( ) : void Register the service provider.

Private Methods

Méthode Description
bladeDirectives ( ) : void Register the blade directives
mergeConfig ( ) : void Merges user's and entrust's configs.
registerCommands ( ) : void Register the artisan commands.
registerEntrust ( ) : void Register the application bindings.

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

provides() public méthode

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

register() public méthode

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

Property Details

$defer protected_oe property

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