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

getPrototype() public méthode

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