Example #1
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->attributeSetup->run();
     $this->categorySetup->run();
     $this->productSetup->run();
     $this->postInstaller->addSetupResource($this->productLinkSetup);
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->addSetupResource($this->cmsBlockSetup, 20);
 }
Example #3
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->addSetupResource($this->reviewSetup);
 }
Example #4
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->pageSetup->run();
     $this->postInstaller->addSetupResource($this->blockSetup);
 }