コード例 #1
0
 /**
  * Initialization of the command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('migrate:settings')->setDescription('Migrate system configuration');
     parent::configure();
 }
コード例 #2
0
 /**
  * Initialization of the command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('migrate:delta')->setDescription('Migrate the data is added into Magento after the main migration');
     parent::configure();
 }
コード例 #3
0
 /**
  * Initialization of the command
  *
  * @return void
  */
 protected function configure()
 {
     $this->setName('migrate:data')->setDescription('Main migration of data');
     parent::configure();
 }