Свойство | Тип | Описание | |
---|---|---|---|
$appends | array | Additional attributes to include in the JSON representation. | |
$casts | array | The attributes that should be casted to native types. | |
$fillable | array | The attributes that are mass assignable. | |
$hidden | array | The attributes excluded from the model's JSON form. |
Метод | Описание | |
---|---|---|
__get ( string $key ) : mixed | A hack to allow avatar_url to be called on the result of Auth::user(). | |
getHasTwoFactorAuthenticationAttribute ( ) : boolean | Determines whether the user has Google 2FA enabled. | |
getPresenter ( ) : |
Gets the view presenter. | |
requestEmailToken ( ) : string | Generate a change email token. |
public getHasTwoFactorAuthenticationAttribute ( ) : boolean | ||
Результат | boolean |
public getPresenter ( ) : |
||
Результат |
public requestEmailToken ( ) : string | ||
Результат | string |
protected array $appends | ||
Результат | array |
protected array $casts | ||
Результат | array |
protected array $fillable | ||
Результат | array |