Ejemplo n.º 1
0
 /**
  * Prepare grid columns
  * 
  * This is done by the email provider. The grid
  * does not know what type of objects it is loading
  * 
  */
 protected function _prepareColumns()
 {
     parent::_prepareColumns();
     $this->removeColumn('matches');
     $this->getCampaign()->getMedium()->prepareRecipientGrid($this);
     return $this;
 }