PHP 클래스 Newscoop\Entity\Repository\NotificationRepository

파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
addComment ( Comment $comment ) : unknown_type Add to notification
flush ( ) Flush method
getPrototype ( ) Get new instance of the notification

메소드 상세

addComment() 공개 메소드

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

flush() 공개 메소드

Flush method
public flush ( )

getPrototype() 공개 메소드

Get new instance of the notification
public getPrototype ( )