Example #1
0
 public function __construct()
 {
     $args = func_get_args();
     empty($args[0]) && ($args[0] = array());
     $params = $args[0];
     $this->_runnerActions = Mage::helper('M2ePro')->getGlobalValue('synchRunnerActions');
     parent::__construct($params);
 }
 public function __construct()
 {
     parent::__construct();
     $this->_synchronizations = Mage::registry('synchTemplatesArray');
 }