PHP 클래스 app\Role

상속: extends app\RoleAtom
파일 보기 프로젝트 열기: appzcoder/laravel-admin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable array The attributes that are mass assignable.

공개 메소드들

메소드 설명
givePermissionTo ( Permission $permission ) : mixed Grant the given permission to a role.
permissions ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany A role may be given various permissions.

메소드 상세

givePermissionTo() 공개 메소드

Grant the given permission to a role.
public givePermissionTo ( Permission $permission ) : mixed
$permission Permission
리턴 mixed

permissions() 공개 메소드

A role may be given various permissions.
public permissions ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
리턴 Illuminate\Database\Eloquent\Relations\BelongsToMany

프로퍼티 상세

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

The attributes that are mass assignable.
protected array $fillable
리턴 array