PHP 클래스 RainLab\User\Models\UserGroup

상속: extends October\Rain\Auth\Models\Group
파일 보기 프로젝트 열기: rainlab/user-plugin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$belongsToMany Relations
$rules Validation rules

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable The attributes that are mass assignable.
$guestGroup
$table The database table used by the model.

공개 메소드들

메소드 설명
getGuestGroup ( ) : RainLab\User\Models\UserGroup Returns the guest user group.

메소드 상세

getGuestGroup() 공개 정적인 메소드

Returns the guest user group.
public static getGuestGroup ( ) : RainLab\User\Models\UserGroup
리턴 RainLab\User\Models\UserGroup

프로퍼티 상세

$belongsToMany 공개적으로 프로퍼티

Relations
public $belongsToMany

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

The attributes that are mass assignable.
protected $fillable

$guestGroup 보호되어 있는 정적으로 프로퍼티

protected static $guestGroup

$rules 공개적으로 프로퍼티

Validation rules
public $rules

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

The database table used by the model.
protected $table