Ejemplo n.º 1
0
 /**
  * Return whether grid results can be exported
  * 
  * @param Mage_Adminhtml_Block_Widget_Grid $grid Grid block
  * @return bool
  */
 public function canExport()
 {
     if (!is_null($this->_typeModel)) {
         return $this->_typeModel->canExport($this->getBlockType());
     }
     return false;
 }