CommentObserver
in package
Table of Contents
Methods
- created() : void
- deleted() : void
- getCommentStatisticService() : CommentStatisticRepositoryInterface
- handleDecreaseTotal() : void
- getCommentService() : CommentRepositoryInterface
- redundantFeed() : void
Methods
created()
public
created(Comment $model) : void
Parameters
- $model : Comment
deleted()
public
deleted(Comment $model) : void
Parameters
- $model : Comment
getCommentStatisticService()
protected
getCommentStatisticService() : CommentStatisticRepositoryInterface
Return values
CommentStatisticRepositoryInterfacehandleDecreaseTotal()
protected
handleDecreaseTotal(Comment $model) : void
Parameters
- $model : Comment
getCommentService()
private
getCommentService() : CommentRepositoryInterface
Return values
CommentRepositoryInterfaceredundantFeed()
private
redundantFeed(Entity|null $item) : void
Parameters
- $item : Entity|null