CommentStatisticRepositoryInterface
in
Interface CommentStatisticRepositoryInterface.
Tags
Table of Contents
Methods
- decreaseTotal() : void
- decreaseTotalPending() : void
- increaseTotal() : void
Methods
decreaseTotal()
public
decreaseTotal(Comment $comment) : void
Parameters
- $comment : Comment
decreaseTotalPending()
public
decreaseTotalPending(Comment $comment) : void
Parameters
- $comment : Comment
increaseTotal()
public
increaseTotal(Comment $comment) : void
Parameters
- $comment : Comment