PHP Class Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository

Author: Mateusz Zalewski ([email protected])
Inheritance: extends Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository, implements Sylius\Component\Core\Repository\ProductReviewRepositoryInterface
Datei anzeigen Open project: sylius/sylius

Public Methods

Method Description
findAcceptedByProductSlugAndChannel ( $slug, $locale, Sylius\Component\Core\Model\ChannelInterface $channel )
findLatestByProductId ( $productId, $count )

Method Details

findAcceptedByProductSlugAndChannel() public method

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

findLatestByProductId() public method

public findLatestByProductId ( $productId, $count )