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 |
|
| DateTime |
getLastUsed()
Returns the last time the cookie was used |
Details
at line 26
public string
getClass()
Returns the class of the user
at line 32
public string
getUsername()
Returns the username
at line 38
public string
getSeries()
Returns the series
at line 44
public string
getTokenValue()
Returns the token value
at line 50
public DateTime
getLastUsed()
Returns the last time the cookie was used