示例#1
0
 /**
  * @return void
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('hard-delete')->setDescription('(Hard) deletes a set of data from the database, but does not save or export the data');
 }
示例#2
0
 /**
  * @return void
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('delete')->setDescription('Deletes a set of data from the database, beginning with a specified type, but not including it (the data is exported)');
 }
示例#3
0
 /**
  * @return void
  */
 protected function configure()
 {
     parent::configure();
     $this->setName('export')->setDescription('Exports a set of data from the database, beginning with a specified type');
 }