Example #1
0
 /**
  * Defines the grid table row url.
  *
  * @see Mage_Adminhtml_Block_Widget_Grid
  * @param  Mage_Catalog_Model_Product|Varien_Object $row
  * @return string
  */
 public function getRowUrl($row)
 {
     // This is where our row data will link to
     return $this->getUrl('*/*/edit', array('id' => $row->getExtensionId()));
 }