示例#1
0
 /**
  * Helper function to reveive on row click url
  *
  * @param Mageplace_Backup_Model_Profile $row Current rows dataset
  * @return string URL for current row's onclick event
  */
 public function getRowUrl($row)
 {
     return $this->getUrl('*/*/edit', array('profile_id' => $row->getProfileId()));
 }