PHP Class GeneaLabs\LaravelGovernor\Providers\LaravelGovernorServiceProvider

Inheritance: extends Illuminate\Support\AggregateServiceProvider
Datei anzeigen Open project: genealabs/laravel-governor

Protected Properties

Property Type Description
$defer
$policies
$providers

Public Methods

Method Description
boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.
registerPolicies ( Illuminate\Contracts\Auth\Access\Gate $gate )

Method Details

boot() public method

Bootstrap the application events.
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

registerPolicies() public method

public registerPolicies ( Illuminate\Contracts\Auth\Access\Gate $gate )
$gate Illuminate\Contracts\Auth\Access\Gate

Property Details

$defer protected_oe property

protected $defer

$policies protected_oe property

protected $policies

$providers protected_oe property

protected $providers