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