public function __construct(array $initParams = [])
 {
     list($this->_orderHelper, $this->_factory) = $this->_checkTypes($this->_nullCoalesce($initParams, 'order_helper', Mage::helper('ebayenterprise_order')), $this->_nullCoalesce($initParams, 'factory', Mage::helper('ebayenterprise_order/factory')));
     parent::__construct($this->_removeKnownKeys($initParams));
 }
Пример #2
0
 /**
  * Set the original module name avoid breaking translations
  */
 public function __construct()
 {
     parent::__construct();
     $this->setModuleName('Mage_Sales');
 }