Ejemplo n.º 1
0
 /**
  * Return grid row identifiers
  * 
  * @param Varien_Object $row Grid row
  * @return array
  */
 public function getCollectionRowIdentifiers(Varien_Object $row)
 {
     if (!is_null($this->_typeModel)) {
         return $this->_typeModel->getEntityRowIdentifiers($this->getBlockType(), $row);
     }
     return array();
 }