PHP 클래스 Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository

저자: Mateusz Zalewski ([email protected])
상속: extends Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository, implements Sylius\Component\Core\Repository\ProductReviewRepositoryInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
findAcceptedByProductSlugAndChannel ( $slug, $locale, Sylius\Component\Core\Model\ChannelInterface $channel )
findLatestByProductId ( $productId, $count )

메소드 상세

findAcceptedByProductSlugAndChannel() 공개 메소드

public findAcceptedByProductSlugAndChannel ( $slug, $locale, Sylius\Component\Core\Model\ChannelInterface $channel )
$channel Sylius\Component\Core\Model\ChannelInterface

findLatestByProductId() 공개 메소드

public findLatestByProductId ( $productId, $count )