Newscoop\Entity\Repository\NotificationRepository::getPrototype PHP 메소드

getPrototype() 공개 메소드

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