PersistentTokenInterface

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.

DateTi