1 | <?php |
||
19 | class ClearIndexCommand extends ContainerAwareCommand { |
||
20 | |||
21 | /** |
||
22 | * |
||
23 | * {@inheritdoc} |
||
24 | * |
||
25 | * @see \Symfony\Component\Console\Command\Command::configure() |
||
26 | */ |
||
27 | protected function configure() { |
||
30 | |||
31 | /** |
||
32 | * |
||
33 | * {@inheritdoc} |
||
34 | * |
||
35 | * @see \Symfony\Component\Console\Command\Command::execute() |
||
36 | */ |
||
37 | protected function execute(InputInterface $input, OutputInterface $output) { |
||
45 | } |
||
46 | |||
47 |