CommentHistoryRepositoryInterface
in
Interface CommentHistory
Tags
Table of Contents
Methods
- checkExists() : bool
- createHistory() : void
- viewHistory() : Collection
Methods
checkExists()
public
checkExists(Comment $comment) : bool
Parameters
- $comment : Comment
Return values
boolcreateHistory()
public
createHistory(User $context, Comment $comment[, string|null $phrase = null ]) : void
Parameters
viewHistory()
public
viewHistory(Comment $comment) : Collection
Parameters
- $comment : Comment