PHP Класс Spatie\Permission\PermissionServiceProvider

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

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

Метод Описание
boot ( PermissionRegistrar $permissionLoader ) Bootstrap the application services.
register ( ) Register the application services.

Защищенные методы

Метод Описание
registerBladeExtensions ( ) Register the blade extensions.
registerModelBindings ( ) Bind the Permission and Role model into the IoC.

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

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

Bootstrap the application services.
public boot ( PermissionRegistrar $permissionLoader )
$permissionLoader PermissionRegistrar

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

Register the application services.
public register ( )

registerBladeExtensions() защищенный Метод

Register the blade extensions.
protected registerBladeExtensions ( )

registerModelBindings() защищенный Метод

Bind the Permission and Role model into the IoC.
protected registerModelBindings ( )