VuFind API Documentation

ResourceTagsEntityInterface extends EntityInterface

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

getId()  : int|null
Get identifier (returns null for an uninitialized or non-persisted object).
getPosted()  : DateTime
Get created date.
getResource()  : ResourceEntityInterface|null
Get resource.
getTag()  : TagsEntityInterface
Get tag.
getUser()  : UserEntityInterface|null
Get user.
getUserList()  : UserListEntityInterface|null
Get user list.
setPosted()  : ResourceTagsEntityInterface
Set created date.
setResource()  : ResourceTagsEntityInterface
Set resource.
setTag()  : ResourceTagsEntityInterface
Set tag.
setUser()  : ResourceTagsEntityInterface
Set user.
setUserList()  : ResourceTagsEntityInterface
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