Beispiel #1
0
 /**
  * Prepare product review list toolbar
  *
  * @return $this
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if ($toolbar = $this->getLayout()->getBlock('product_review_list.toolbar')) {
         $toolbar->setCollection($this->getReviewsCollection());
         $this->setChild('toolbar', $toolbar);
     }
     return $this;
 }