Beispiel #1
0
 protected function isPossibleToRun()
 {
     if (!parent::isPossibleToRun()) {
         return false;
     }
     return $this->getHelper('Component\\Amazon\\Repricing')->isEnabled();
 }
 protected function makeTask($taskPath)
 {
     $task = parent::makeTask($taskPath);
     $task->setRunner($this->getRunner());
     $task->setInspector($this->getInspector());
     $task->setProductChangesManager($this->getProductChangesManager());
     return $task;
 }
 protected function processTask($taskPath)
 {
     return parent::processTask('Synchronization\\' . $taskPath);
 }