PHP Class Newscoop\Entity\Repository\NotificationRepository

Show file Open project: sourcefabric/newscoop

Public Methods

Method Description
addComment ( Comment $comment ) : unknown_type Add to notification
flush ( ) Flush method
getPrototype ( ) Get new instance of the notification

Method Details

addComment() public method

Add to notification
public addComment ( Comment $comment ) : unknown_type
$comment Newscoop\Entity\Comment
return unknown_type

flush() public method

Flush method
public flush ( )

getPrototype() public method

Get new instance of the notification
public getPrototype ( )