Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ReviewRendererInterface.php
Go to the documentation of this file.
1 <?php
8 
14 {
15  const SHORT_VIEW = 'short';
16  const FULL_VIEW = 'default';
18 
27  public function getReviewsSummaryHtml(
28  \Magento\Catalog\Model\Product $product,
29  $templateType = self::DEFAULT_VIEW,
30  $displayIfNoReviews = false
31  );
32 }
$templateType
Definition: list.phtml:37
getReviewsSummaryHtml(\Magento\Catalog\Model\Product $product, $templateType=self::DEFAULT_VIEW, $displayIfNoReviews=false)