Esempio n. 1
0
 public function __construct()
 {
     self::$_statuses = array(null => null, Mage_Newsletter_Model_Queue::STATUS_SENT => Mage::helper('customer')->__('Sent'), Mage_Newsletter_Model_Queue::STATUS_CANCEL => Mage::helper('customer')->__('Cancel'), Mage_Newsletter_Model_Queue::STATUS_NEVER => Mage::helper('customer')->__('Not Sent'), Mage_Newsletter_Model_Queue::STATUS_SENDING => Mage::helper('customer')->__('Sending'), Mage_Newsletter_Model_Queue::STATUS_PAUSE => Mage::helper('customer')->__('Paused'));
     parent::__construct();
 }
 public function __construct()
 {
     $this->_triggers = array(null => null, Crizza_Stock_Model_Variation::TRIGGER_ADMIN => $this->__('Admin'), Crizza_Stock_Model_Variation::TRIGGER_API => $this->__('Api'), Crizza_Stock_Model_Variation::TRIGGER_PURCHASE => $this->__('Purchase'));
     parent::__construct();
 }