PHP 클래스 Learner\Models\User

상속: extends Illuminate\Foundation\Auth\User, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait Zizaco\Entrust\Traits\EntrustUserTrait
파일 보기 프로젝트 열기: RryLee/learner.video 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$casts array Format the output.
$dates array The attributes that should be mutated to dates.
$fillable array The attributes that are mass assignable.
$hidden array The attributes excluded from the model's JSON form.

공개 메소드들

메소드 설명
displayName ( ) : string Display user's nickname, if not exist display username.
isNotActive ( ) : boolean Whether the user is not active.
relations ( ) Eager load relations on the model.

메소드 상세

displayName() 공개 메소드

Display user's nickname, if not exist display username.
public displayName ( ) : string
리턴 string

isNotActive() 공개 메소드

Whether the user is not active.
public isNotActive ( ) : boolean
리턴 boolean

relations() 공개 메소드

Eager load relations on the model.
public relations ( )

프로퍼티 상세

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

Format the output.
protected array $casts
리턴 array

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

The attributes that should be mutated to dates.
protected array $dates
리턴 array

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

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

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

The attributes excluded from the model's JSON form.
protected array $hidden
리턴 array