PersistentTokenInterface
in
Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token).
Tags
Table of Contents
- getClass() : string
- Returns the class of the user.
- getLastUsed() : DateTime
- Returns the time the token was last used.
- getSeries() : string
- Returns the series.
- getTokenValue() : string
- Returns the token value.
- getUsername() : string
- Returns the username.
Methods
getClass()
Returns the class of the user.
public
getClass() : string
Return values
string —getLastUsed()
Returns the time the token was last used.
public
getLastUsed() : DateTime
Return values
DateTime —getSeries()
Returns the series.
public
getSeries() : string
Return values
string —getTokenValue()
Returns the token value.
public
getTokenValue() : string
Return values
string —getUsername()
Returns the username.
public
getUsername() : string