PHP Interface Cartalyst\Sentinel\Users\UserInterface

Afficher le fichier Open project: cartalyst/sentinel Interface Usage Examples

Méthodes publiques

Méthode Description
getUserId ( ) : integer Returns the user primary key.
getUserLogin ( ) : string Returns the user login.
getUserLoginName ( ) : string Returns the user login attribute name.
getUserPassword ( ) : string Returns the user password.

Method Details

getUserId() public méthode

Returns the user primary key.
public getUserId ( ) : integer
Résultat integer

getUserLogin() public méthode

Returns the user login.
public getUserLogin ( ) : string
Résultat string

getUserLoginName() public méthode

Returns the user login attribute name.
public getUserLoginName ( ) : string
Résultat string

getUserPassword() public méthode

Returns the user password.
public getUserPassword ( ) : string
Résultat string