VuFind API Documentation

CommentsEntityInterface extends EntityInterface

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

getComment()  : string
Comment getter
getCreated()  : DateTime
Created getter
getId()  : int
Id getter
getUser()  : UserEntityInterface|null
User getter
setComment()  : Comments
Comment setter
setCreated()  : Comments
Created setter.
setResource()  : Comments
Resource setter.
setUser()  : Comments
User setter.

Methods

setComment()

Comment setter

public setComment(string $comment) : Comments
Parameters
$comment : string

Comment

Return values
Comments

setCreated()

Created setter.

public setCreated(DateTime $dateTime) : Comments
Parameters
$dateTime : DateTime

Created date

Return values
Comments

Search results