VuFind API Documentation

UserCardEntityInterface extends EntityInterface

Entity model interface for user_card 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

Main Site

Table of Contents

getCardName()  : string
Get user card name.
getCatPassEnc()  : string|null
Get encrypted catalog password.
getCatUsername()  : string
Get catalog username.
getCreated()  : DateTime
Get created date.
getHomeLibrary()  : string|null
Get home library.
getId()  : int|null
ID getter (returns null if the entity has not been saved/populated yet)
getRawCatPassword()  : string|null
Get raw catalog password.
getSaved()  : DateTime
Get saved time.
getUser()  : UserEntityInterface
User getter
setCardName()  : UserCardEntityInterface
Card name setter
setCatPassEnc()  : UserCardEntityInterface
Encrypted catalog password setter
setCatUsername()  : UserCardEntityInterface
Catalog username setter
setCreated()  : UserCardEntityInterface
Created date setter.
setHomeLibrary()  : UserCardEntityInterface
Home library setter
setRawCatPassword()  : UserCardEntityInterface
Raw catalog password setter
setSaved()  : UserCardEntityInterface
Set time the card is saved.
setUser()  : UserCardEntityInterface
User setter.

Methods

getCatPassEnc()

Get encrypted catalog password.

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

getHomeLibrary()

Get home library.

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

getId()

ID getter (returns null if the entity has not been saved/populated yet)

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

getRawCatPassword()

Get raw catalog password.

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

Search results