PHP Класс GeneaLabs\LaravelGovernor\Providers\LaravelGovernorServiceProvider

Наследование: extends Illuminate\Support\AggregateServiceProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$defer
$policies
$providers

Открытые методы

Метод Описание
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 )

Описание методов

boot() публичный Метод

Bootstrap the application events.
public boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) : void
$gate Illuminate\Contracts\Auth\Access\Gate
Результат void

provides() публичный Метод

Get the services provided by the provider.
public provides ( ) : array
Результат array

register() публичный Метод

Register the service provider.
public register ( ) : void
Результат void

registerPolicies() публичный Метод

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

Описание свойств

$defer защищенное свойство

protected $defer

$policies защищенное свойство

protected $policies

$providers защищенное свойство

protected $providers