PHP Класс Newscoop\Entity\Repository\NotificationRepository

Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )