Newscoop\Entity\Repository\NotificationRepository::getPrototype PHP Méthode

getPrototype() public méthode

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