PHP Класс Learner\Models\User

Наследование: extends Illuminate\Foundation\Auth\User, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait Zizaco\Entrust\Traits\EntrustUserTrait
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$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