コード例 #1
0
ファイル: Setup.php プロジェクト: ktplKunj/TestMagento
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->attributeSetup->run();
     $this->categorySetup->run();
     $this->productSetup->run();
     $this->postInstaller->addSetupResource($this->productLinkSetup);
 }
コード例 #2
0
ファイル: Setup.php プロジェクト: ktplKunj/TestMagento
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->addSetupResource($this->cmsBlockSetup, 20);
 }
コード例 #3
0
ファイル: Setup.php プロジェクト: ktplKunj/TestMagento
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->pageSetup->run();
     $this->postInstaller->addSetupResource($this->blockSetup);
 }
コード例 #4
0
ファイル: Setup.php プロジェクト: ktplKunj/TestMagento
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->addSetupResource($this->ruleSetup);
 }
コード例 #5
0
ファイル: Setup.php プロジェクト: ktplKunj/TestMagento
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->addSetupResource($this->wishlistSetup);
 }
コード例 #6
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->removeSetupResourceType('Magento\\SampleData\\Module\\Wishlist\\Setup\\Wishlist');
     $this->postInstaller->addSetupResource($this->wishlistSetup);
 }