interface CommentManagerInterface

Interface CommentManagerInterface

Methods

array
findAllComments()

Find all comments

mixed
saveComment(Comment $comment)

Save new comment

editComment(Comment $comment)

Update comment entity

Details

at line 25
array findAllComments()

Find all comments

Return Value

array

at line 34
mixed saveComment(Comment $comment)

Save new comment

Parameters

Comment $comment

Return Value

mixed

at line 45
Comment editComment(Comment $comment)

Update comment entity

Parameters

Comment $comment

Return Value

Comment

Exceptions

Exception