VuFind API Documentation

SessionEntityInterface extends EntityInterface

Interface for representing a session row.

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Main Site

Table of Contents

getData()  : string|null
Get session data.
getId()  : int
Id getter
getLastUsed()  : int
Get time when the session was last used.
setCreated()  : SessionEntityInterface
Created setter.
setData()  : SessionEntityInterface
Session data setter.
setLastUsed()  : SessionEntityInterface
Set time the session is last used.
setSessionId()  : SessionEntityInterface
Session Id setter

Methods

getLastUsed()

Get time when the session was last used.

public getLastUsed() : int
Return values
int

Search results