VuFind API Documentation

AuthHashEntityInterface extends EntityInterface

Entity model interface for auth_hash 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.
getData()  : string|null
Get data.
getHash()  : string
Get hash value.
getHashType()  : string|null
Get type of hash.
getId()  : int|null
Get identifier (returns null for an uninitialized or non-persisted object).
getSessionId()  : string|null
Get PHP session id string.
setCreated()  : AuthHashEntityInterface
Set created date.
setData()  : AuthHashEntityInterface
Set data.
setHash()  : AuthHashEntityInterface
Set hash value.
setHashType()  : AuthHashEntityInterface
Set type of hash.
setSessionId()  : AuthHashEntityInterface
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

getSessionId()

Get PHP session id string.

public getSessionId() : string|null
Return values
string|null

Search results