| 1 | <?php |
||
| 23 | class ReindexCommandController extends Command |
||
| 24 | { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return void |
||
| 28 | */ |
||
| 29 | public function configure() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * |
||
| 36 | * @param InputInterface $input |
||
| 37 | * @param OutputInterface $output |
||
| 38 | * @return int |
||
| 39 | * @throws InvalidConfigurationTypeException |
||
| 40 | * @throws InvalidExtensionNameException |
||
| 41 | * @throws Exception |
||
| 42 | * @throws InvalidQueryException |
||
| 43 | */ |
||
| 44 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 51 | } |
||
| 52 |