PHP 클래스 Domain\User\User

저자: Leandro Henrique ([email protected])
상속: extends Illuminate\Foundation\Auth\User, use trait Illuminate\Database\Eloquent\SoftDeletes
파일 보기 프로젝트 열기: resultsystems/school 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dates
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.

공개 메소드들

메소드 설명
owner ( ) : array Get model auditing.

메소드 상세

owner() 공개 메소드

Get model auditing.
public owner ( ) : array
리턴 array revision history

프로퍼티 상세

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

protected $dates

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

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

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

The attributes that should be hidden for arrays.
protected array $hidden
리턴 array