PHP Class App\Services\Auth\User

Inheritance: extends Illuminate\Database\Eloquent\Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Illuminate\Contracts\Auth\CanResetPassword, implements Illuminate\Contracts\Auth\Access\Authorizable, use trait Illuminate\Auth\Authenticatable, use trait Illuminate\Auth\Passwords\CanResetPassword, use trait Illuminate\Foundation\Auth\Access\Authorizable, use trait Illuminate\Notifications\Notifiable, use trait UserPresenter
Afficher le fichier Open project: spatie-custom/blender Class Usage Examples

Protected Properties

Свойство Type Description
$dates
$guarded
$hidden

Méthodes publiques

Méthode Description
findByEmail ( string $email ) : User | null
findByToken ( string $token ) : User | null
getHomeUrl ( ) : string
getNameAttribute ( ) : string
getProfileUrl ( ) : string
guardDriver ( ) : string
hasNeverLoggedIn ( ) : boolean
isCurrentUser ( ) : boolean
registerLastActivity ( ) : User

Method Details

findByEmail() public static méthode

public static findByEmail ( string $email ) : User | null
$email string
Résultat User | null

findByToken() public static méthode

public static findByToken ( string $token ) : User | null
$token string
Résultat User | null

getHomeUrl() abstract public méthode

abstract public getHomeUrl ( ) : string
Résultat string

getNameAttribute() public méthode

public getNameAttribute ( ) : string
Résultat string

getProfileUrl() abstract public méthode

abstract public getProfileUrl ( ) : string
Résultat string

guardDriver() abstract public méthode

abstract public guardDriver ( ) : string
Résultat string

hasNeverLoggedIn() public méthode

public hasNeverLoggedIn ( ) : boolean
Résultat boolean

isCurrentUser() public méthode

public isCurrentUser ( ) : boolean
Résultat boolean

registerLastActivity() public méthode

public registerLastActivity ( ) : User
Résultat User

Property Details

$dates protected_oe property

protected $dates

$guarded protected_oe property

protected $guarded

$hidden protected_oe property

protected $hidden