VuFind API Documentation

ExternalSessionEntityInterface extends EntityInterface

Entity model interface for external_session table

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link

Wiki

Table of Contents

getCreated()  : DateTime
Get created date.
getExternalSessionId()  : string
Get external session id string.
getId()  : int|null
Get identifier (returns null for an uninitialized or non-persisted object).
getSessionId()  : string
Get PHP session id string.
setCreated()  : ExternalSessionEntityInterface
Set created date.
setExternalSessionId()  : ExternalSessionEntityInterface
Set external session id string.
setSessionId()  : ExternalSessionEntityInterface
Set PHP session id string.

Methods

getId()

Get identifier (returns null for an uninitialized or non-persisted object).

public getId() : int|null
Return values
int|null

Search results