Interface ReviewReaderInterface
Interface ReviewReaderInterface
Direct known implementers
Package: Review\Repositories
Category: System
Located at Services/Core/Review/Repositories/Interfaces/ReviewReaderInterface.inc.php
Category: System
Located at Services/Core/Review/Repositories/Interfaces/ReviewReaderInterface.inc.php
Methods summary
public
getAverageRatingByProductId( IdType $productId )
: float
Returns the average rating by given product id.
public
getReviewsByProductId( IdType $productId, IdType $languageId )
: array
Returns the reviews by given product id.
public
getReviewsByCustomerId( IdType $customerId )
: array
Returns the reviews by given customer ID.