VuFind API Documentation

UserResourceEntityInterface extends EntityInterface

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

getId()  : int|null
Get identifier (returns null for an uninitialized or non-persisted object).
getNotes()  : string|null
Get notes.
getResource()  : ResourceEntityInterface
Get resource.
getSaved()  : DateTime
Get saved date.
getUser()  : UserEntityInterface
Get user.
getUserList()  : UserListEntityInterface|null
Get user list.
setNotes()  : UserResourceEntityInterface
Set notes.
setResource()  : UserResourceEntityInterface
Set resource.
setSaved()  : UserResourceEntityInterface
Set saved date.
setUser()  : UserResourceEntityInterface
Set user.
setUserList()  : UserResourceEntityInterface
Set user list.

Methods

getId()

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

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

Search results