PersistentTokenInterface
interface PersistentTokenInterface
Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token).
Methods
string
getClass()
Returns the class of the user.
string
getUsername()
Returns the username.
string
getSeries()
Returns the series.
string
getTokenValue()
Returns the token value.
getLastUsed()
Returns the time the token was last used.
Details
at line line 27
string
getClass()
Returns the class of the user.
at line line 34
string
getUsername()
Returns the username.
at line line 41
string
getSeries()
Returns the series.
at line line 48
string
getTokenValue()
Returns the token value.
at line line 55
DateTime
getLastUsed()
Returns the time the token was last used.