1 | <?php |
||
18 | class CacheClearCommand extends AbstractIndexServiceAwareCommand |
||
19 | { |
||
20 | const NAME = 'ongr:es:cache:clear'; |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | protected function configure() |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | protected function execute(InputInterface $input, OutputInterface $output) |
||
52 | } |
||
53 |