コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function perform()
 {
     parent::perform();
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function perform()
 {
     parent::perform();
     if (null !== $this->group->getProductTemplate()) {
         $this->templateUpdater->update($this->group->getProductTemplate(), $this->objects);
     }
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 public function perform()
 {
     parent::perform();
     $this->productManager->handleAllMedia($this->objects);
 }