Exemple #1
0
 /**
  * Retrieve recipient
  * 
  * @return Mzax_Emarketing_Model_Recipient
  */
 public function getRecipient()
 {
     if (!$this->_recipient) {
         $this->_recipient = Mage::getModel('mzax_emarketing/recipient');
         $this->_recipient->load($this->getRecipientId());
     }
     return $this->_recipient;
 }