PHP Class Newscoop\Entity\Repository\NotificationRepository

Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

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

Method Details

addComment() public méthode

Add to notification
public addComment ( Comment $comment ) : unknown_type
$comment Newscoop\Entity\Comment
Résultat unknown_type

flush() public méthode

Flush method
public flush ( )

getPrototype() public méthode

Get new instance of the notification
public getPrototype ( )