mediatekformation

PersistentTokenInterface

Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token).

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

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

getLastUsed()

Returns the time the token was last used.

public getLastUsed() : DateTime
Return values
DateTime

Search results