コード例 #1
0
ファイル: Service.php プロジェクト: xiaoguizhidao/devfashion
 protected function beforeStart()
 {
     parent::beforeStart();
     $this->getOperationHistory()->setContentData('connection_id', $this->getRequestConnectionId());
 }
コード例 #2
0
ファイル: Magento.php プロジェクト: newedge-media/iwantmymeds
 protected function afterEnd()
 {
     parent::afterEnd();
     Mage::helper('M2ePro/Data_Global')->unsetValue('cron_running');
 }