Method |
Description |
|
__construct ( EntityManager $em ) |
|
|
create ( string $commentContent, Article $article, User $user, Newscoop\ArticlesBundle\Entity\EditorialComment\null $parrentComment = null ) |
Create new editorial comment for Article |
|
edit ( string $commentContent, EditorialComment $comment, User $user ) |
Edit existing editorial comment message |
|
remove ( EditorialComment $comment, User $user ) |
Remove (soft) existing editorial comment |
|
resolve ( EditorialComment $comment, User $user, $value = true ) |
Resolve existing editorial comment |
|