/**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:set-mode')->setDescription('Sets index mode type')->setDefinition($this->getInputList());
     parent::configure();
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:reindex')->setDescription('Reindexes Data')->setDefinition($this->getInputList());
     parent::configure();
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:show-mode')->setDescription('Shows Index Mode')->setDefinition($this->getInputList());
     parent::configure();
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:reset')->setDescription('Resets indexer status to invalid')->setDefinition($this->getInputList());
     parent::configure();
 }
Ejemplo n.º 5
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setName('indexer:status')->setDescription('Shows status of Indexer')->setDefinition($this->getInputList());
     parent::configure();
 }