PHP Class Mage2\User\Models\AdminUser

Inheritance: extends Illuminate\Foundation\Auth\User, use trait Illuminate\Notifications\Notifiable
Datei anzeigen Open project: mage2/laravel-ecommerce Class Usage Examples

Protected Properties

Property Type Description
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.

Public Methods

Method Description
getFullNameAttribute ( )
role ( )
sendPasswordResetNotification ( string $token ) : void Send the password reset notification.

Method Details

getFullNameAttribute() public method

role() public method

public role ( )

sendPasswordResetNotification() public method

Send the password reset notification.
public sendPasswordResetNotification ( string $token ) : void
$token string
return void

Property Details

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
return array

$hidden protected_oe property

The attributes that should be hidden for arrays.
protected array $hidden
return array