PHP Class app\User

Inheritance: 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
Afficher le fichier Open project: jadjoubran/laravel5-angular-material-starter Class Usage Examples

Protected Properties

Свойство Type Description
$fillable array The attributes that are mass assignable.
$hidden array The attributes that should be hidden for arrays.

Méthodes publiques

Méthode Description
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

Method Details

getJWTCustomClaims() public méthode

Return a key value array, containing any custom claims to be added to the JWT
public getJWTCustomClaims ( ) : array
Résultat array

getJWTIdentifier() public méthode

Get the identifier that will be stored in the subject claim of the JWT
public getJWTIdentifier ( ) : mixed
Résultat mixed

Property Details

$fillable protected_oe property

The attributes that are mass assignable.
protected array $fillable
Résultat array

$hidden protected_oe property

The attributes that should be hidden for arrays.
protected array $hidden
Résultat array