| 1 | <?php |
||
| 17 | class ListDumpsCommand extends Command { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Configuration |
||
| 21 | * |
||
| 22 | * @return void |
||
| 23 | */ |
||
| 24 | protected function configure() { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Executes the command |
||
| 33 | * |
||
| 34 | * @param InputInterface $input |
||
| 35 | * @param OutputInterface $output |
||
| 36 | * |
||
| 37 | * @return null|int |
||
| 38 | */ |
||
| 39 | protected function execute( InputInterface $input, OutputInterface $output ) { |
||
| 55 | } |
||
| 56 |