Exemple #1
0
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $output->writeln(implode(' ', array_keys($this->indexManager->getAllIndexes())));
 }