| 1 | <?php |
||
| 16 | class DumpCommand extends BaseCommand |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Configures the command |
||
| 20 | * |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | 1 | protected function configure() |
|
| 31 | |||
| 32 | |||
| 33 | /** |
||
| 34 | * Executes the command |
||
| 35 | * |
||
| 36 | * @param InputInterface $input |
||
| 37 | * @param OutputInterface $output |
||
| 38 | * @return void |
||
| 39 | */ |
||
| 40 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 44 | } |
||
| 45 |