コード例 #1
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:set-mode')->setDescription('Sets index mode type')->setDefinition($this->getInputList());
     parent::configure();
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:reindex')->setDescription('Reindexes Data')->setDefinition($this->getInputList());
     parent::configure();
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:show-mode')->setDescription('Shows Index Mode')->setDefinition($this->getInputList());
     parent::configure();
 }
コード例 #4
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:reset')->setDescription('Resets indexer status to invalid')->setDefinition($this->getInputList());
     parent::configure();
 }
コード例 #5
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:status')->setDescription('Shows status of Indexer')->setDefinition($this->getInputList());
     parent::configure();
 }