PHP Класс Mage2\User\Models\AdminUser

Наследование: extends Illuminate\Foundation\Auth\User, use trait Illuminate\Notifications\Notifiable
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
getFullNameAttribute ( )
role ( )
sendPasswordResetNotification ( string $token ) : void Send the password reset notification.

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

getFullNameAttribute() публичный Метод

role() публичный Метод

public role ( )

sendPasswordResetNotification() публичный Метод

Send the password reset notification.
public sendPasswordResetNotification ( string $token ) : void
$token string
Результат void

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

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

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

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

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