Example #1
0
 /**
  * Returns URL for editing of row tag
  *
  * @param Varien_Object $row
  * @return string
  */
 public function getRowUrl($row)
 {
     return $this->getUrl('*/tag/edit', array('tag_id' => $row->getTagId(), 'customer_id' => $this->getCustomerId()));
 }