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
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

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

Method Details

findAcceptedByProductSlugAndChannel() public méthode

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

findLatestByProductId() public méthode

public findLatestByProductId ( $productId, $count )