PHP Interface Cartalyst\Sentinel\Users\UserInterface

Show file Open project: cartalyst/sentinel Interface Usage Examples

Public Methods

Method 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 method

Returns the user primary key.
public getUserId ( ) : integer
return integer

getUserLogin() public method

Returns the user login.
public getUserLogin ( ) : string
return string

getUserLoginName() public method

Returns the user login attribute name.
public getUserLoginName ( ) : string
return string

getUserPassword() public method

Returns the user password.
public getUserPassword ( ) : string
return string