프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$incrementing | |||
$primaryKey | |||
$timestamps |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$fillable | array | The attributes that are mass assignable. | |
$table | string | The database table used by the model. |
메소드 | 설명 | |
---|---|---|
create ( array $attr = [], $normal = true ) | ||
getAgeAttribute ( ) | ||
getFullNameAttribute ( ) | ||
getHasPhoneAttribute ( ) | ||
user ( ) : belongsTo | Get business user. |