Exemplo n.º 1
0
 protected function beforeStart()
 {
     parent::beforeStart();
     $this->getOperationHistory()->setContentData('connection_id', $this->getRequestConnectionId());
 }
Exemplo n.º 2
0
 protected function beforeStart()
 {
     Mage::helper('M2ePro/Data_Global')->setValue('cron_running', true);
     parent::beforeStart();
     $this->distributeLoadIfNeed();
 }