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

getPrototype() public méthode

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