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

getPrototype() 공개 메소드

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