PHP 클래스 Spatie\Permission\PermissionRegistrar

파일 보기 프로젝트 열기: spatie/laravel-permission 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$cache Illuminate\Contracts\Cache\Repository
$cacheKey string
$gate Illuminate\Contracts\Auth\Access\Gate

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Auth\Access\Gate $gate, Illuminate\Contracts\Cache\Repository $cache )
forgetCachedPermissions ( ) Forget the cached permissions.
registerPermissions ( ) : boolean Register the permissions.

보호된 메소드들

메소드 설명
getPermissions ( ) : Illuminate\Database\Eloquent\Collection Get the current permissions.

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Auth\Access\Gate $gate, Illuminate\Contracts\Cache\Repository $cache )
$gate Illuminate\Contracts\Auth\Access\Gate
$cache Illuminate\Contracts\Cache\Repository

forgetCachedPermissions() 공개 메소드

Forget the cached permissions.

getPermissions() 보호된 메소드

Get the current permissions.
protected getPermissions ( ) : Illuminate\Database\Eloquent\Collection
리턴 Illuminate\Database\Eloquent\Collection

registerPermissions() 공개 메소드

Register the permissions.
public registerPermissions ( ) : boolean
리턴 boolean

프로퍼티 상세

$cache 보호되어 있는 프로퍼티

protected Repository,Illuminate\Contracts\Cache $cache
리턴 Illuminate\Contracts\Cache\Repository

$cacheKey 보호되어 있는 프로퍼티

protected string $cacheKey
리턴 string

$gate 보호되어 있는 프로퍼티

protected Gate,Illuminate\Contracts\Auth\Access $gate
리턴 Illuminate\Contracts\Auth\Access\Gate