PHP 클래스 Spatie\Permission\PermissionServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: spatie/laravel-permission

공개 메소드들

메소드 설명
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 ( )