trait UserTrait (View source)

Methods

mixed
getAuthIdentifier()

Get the unique identifier for the user.

string
getAuthPassword()

Get the password for the user.

string
getRememberToken()

Get the token value for the "remember me" session.

void
setRememberToken( string $value)

Set the token value for the "remember me" session.

string
getRememberTokenName()

Get the column name for the "remember me" token.

Details

at line line 10
mixed getAuthIdentifier()

Get the unique identifier for the user.

Return Value

mixed

at line line 20
string getAuthPassword()

Get the password for the user.

Return Value

string

at line line 30
string getRememberToken()

Get the token value for the "remember me" session.

Return Value

string

at line line 41
void setRememberToken( string $value)

Set the token value for the "remember me" session.

Parameters

string $value

Return Value

void

at line line 51
string getRememberTokenName()

Get the column name for the "remember me" token.

Return Value

string