PHP Class GeneaLabs\LaravelGovernor\Providers\LaravelGovernorServiceProvider

Inheritance: extends Illuminate\Support\AggregateServiceProvider
Afficher le fichier Open project: genealabs/laravel-governor

Protected Properties

Свойство Type Description
$defer
$policies
$providers

Méthodes publiques

Méthode 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 méthode

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

registerPolicies() public méthode

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