interface CommentManagerInterface
Interface CommentManagerInterface
Find all comments
Save new comment
Update comment entity
array findAllComments()
mixed saveComment(Comment $comment)
Comment editComment(Comment $comment)