VuFind API Documentation

UserListEntityInterface extends EntityInterface

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

getCreated()  : DateTime
Get created date.
getDescription()  : string|null
Get description.
getId()  : int|null
Get identifier (returns null for an uninitialized or non-persisted object).
getTitle()  : string
Get title.
getUser()  : UserEntityInterface|null
Get user.
isPublic()  : bool
Is this a public list?
setCreated()  : UserListEntityInterface
Set created date.
setDescription()  : UserListEntityInterface
Set description.
setPublic()  : UserListEntityInterface
Set whether the list is public.
setTitle()  : UserListEntityInterface
Set title.
setUser()  : UserListEntityInterface
Set user.

Methods

getDescription()

Get description.

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

getId()

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

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

Search results