PHP 클래스 GeneaLabs\LaravelGovernor\Providers\LaravelGovernorServiceProvider

상속: extends Illuminate\Support\AggregateServiceProvider
파일 보기 프로젝트 열기: genealabs/laravel-governor

보호된 프로퍼티들

프로퍼티 타입 설명
$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