PHP Trait App\Models\Access\User\Traits\Attribute\UserAttribute

Afficher le fichier Open project: rappasoft/laravel-5-boilerplate

Méthodes publiques

Méthode Description
canChangeEmail ( ) : mixed
canChangePassword ( ) : boolean
getActionButtonsAttribute ( ) : string
getChangePasswordButtonAttribute ( ) : string
getConfirmedButtonAttribute ( ) : string
getConfirmedLabelAttribute ( ) : string
getDeleteButtonAttribute ( ) : string
getDeletePermanentlyButtonAttribute ( ) : string
getEditButtonAttribute ( ) : string
getLoginAsButtonAttribute ( ) : string
getPicture ( boolean $size = false ) : mixed
getPictureAttribute ( ) : mixed
getRestoreButtonAttribute ( ) : string
getShowButtonAttribute ( ) : string
getStatusButtonAttribute ( ) : string
getStatusLabelAttribute ( ) : string
hasProvider ( $provider ) : boolean
isActive ( ) : boolean
isConfirmed ( ) : boolean

Method Details

canChangeEmail() public méthode

public canChangeEmail ( ) : mixed
Résultat mixed

canChangePassword() public méthode

public canChangePassword ( ) : boolean
Résultat boolean

getActionButtonsAttribute() public méthode

public getActionButtonsAttribute ( ) : string
Résultat string

getChangePasswordButtonAttribute() public méthode

getConfirmedButtonAttribute() public méthode

public getConfirmedButtonAttribute ( ) : string
Résultat string

getConfirmedLabelAttribute() public méthode

public getConfirmedLabelAttribute ( ) : string
Résultat string

getDeleteButtonAttribute() public méthode

public getDeleteButtonAttribute ( ) : string
Résultat string

getDeletePermanentlyButtonAttribute() public méthode

getEditButtonAttribute() public méthode

public getEditButtonAttribute ( ) : string
Résultat string

getLoginAsButtonAttribute() public méthode

public getLoginAsButtonAttribute ( ) : string
Résultat string

getPicture() public méthode

public getPicture ( boolean $size = false ) : mixed
$size boolean
Résultat mixed

getPictureAttribute() public méthode

public getPictureAttribute ( ) : mixed
Résultat mixed

getRestoreButtonAttribute() public méthode

public getRestoreButtonAttribute ( ) : string
Résultat string

getShowButtonAttribute() public méthode

public getShowButtonAttribute ( ) : string
Résultat string

getStatusButtonAttribute() public méthode

public getStatusButtonAttribute ( ) : string
Résultat string

getStatusLabelAttribute() public méthode

public getStatusLabelAttribute ( ) : string
Résultat string

hasProvider() public méthode

public hasProvider ( $provider ) : boolean
$provider
Résultat boolean

isActive() public méthode

public isActive ( ) : boolean
Résultat boolean

isConfirmed() public méthode

public isConfirmed ( ) : boolean
Résultat boolean