PHP Class App\Providers\PermissionServiceProvider

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

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) : void Service Provider Boot
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

boot() public méthode

Service Provider Boot
public boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) : void
$gate Illuminate\Contracts\Auth\Access\Gate
Résultat void

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

Property Details

$defer protected_oe property

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

$policies protected_oe property

protected $policies