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

getPrototype() public method

Get new instance of the comment
public getPrototype ( ) : Feedback
return Newscoop\Entity\Feedback
    public function getPrototype()
    {
        return new Feedback();
    }