PHP Класс app\User

Наследование: extends Illuminate\Database\Eloquent\Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Illuminate\Contracts\Auth\CanResetPassword, use trait Illuminate\Auth\Authenticatable, use trait Illuminate\Auth\Passwords\CanResetPassword
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.

Открытые методы

Метод Описание
getJWTCustomClaims ( ) : array Return a key value array, containing any custom claims to be added to the JWT
getJWTIdentifier ( ) : mixed Get the identifier that will be stored in the subject claim of the JWT

Описание методов

getJWTCustomClaims() публичный метод

Return a key value array, containing any custom claims to be added to the JWT
public getJWTCustomClaims ( ) : array
Результат array

getJWTIdentifier() публичный метод

Get the identifier that will be stored in the subject claim of the JWT
public getJWTIdentifier ( ) : mixed
Результат mixed

Описание свойств

$fillable защищенное свойство

The attributes that are mass assignable.
protected array $fillable
Результат array

$hidden защищенное свойство

The attributes that should be hidden for arrays.
protected array $hidden
Результат array