Example #1
0
 private function executeRunner()
 {
     $this->getActualOperationHistory()->addTimePoint(__METHOD__, 'Apply products changes on eBay');
     $result = $this->runner->execute();
     $this->affectResultRunner($result);
     $this->getActualOperationHistory()->saveTimePoint(__METHOD__);
 }