Newscoop\Entity\Repository\NotificationRepository::getPrototype PHP Method

getPrototype() public method

Get new instance of the notification
public getPrototype ( )
    public function getPrototype()
    {
        return new Notification();
    }