PHP 클래스 Mage2\User\Models\Role

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: mage2/laravel-ecommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable

공개 메소드들

메소드 설명
hasPermission ( $permissionName )
permissions ( ) : Role Role has many Permissions
user ( ) : User Role can be assigne to many users

메소드 상세

hasPermission() 공개 메소드

public hasPermission ( $permissionName )

permissions() 공개 메소드

Role has many Permissions
public permissions ( ) : Role
리턴 Role

user() 공개 메소드

Role can be assigne to many users
public user ( ) : User
리턴 User

프로퍼티 상세

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

protected $fillable