Example #1
0
 /**
  * Get row url
  *
  * @param Mage_Review_Model_Review|Varien_Object $row
  * @return string
  */
 public function getRowUrl($row)
 {
     return $this->getUrl('*/catalog_product_review/edit', array('id' => $row->getReviewId(), 'productId' => $this->getProductId(), 'customerId' => $this->getCustomerId(), 'ret' => Mage::registry('usePendingFilter') ? 'pending' : null));
 }