PHP Class App\Providers\PermissionServiceProvider

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

Protected Properties

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

Public Methods

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

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

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

Property Details

$defer protected property

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

$policies protected property

protected $policies