1 | <?php |
||
22 | class DumpCommand extends AbstractCommand |
||
23 | { |
||
24 | /** |
||
25 | * Configure the Command |
||
26 | */ |
||
27 | protected function configure() |
||
34 | |||
35 | /** |
||
36 | * Execute the Command |
||
37 | * |
||
38 | * @param InputInterface $input |
||
39 | * @param OutputInterface $output |
||
40 | * @return int|mixed |
||
41 | */ |
||
42 | protected function execute(InputInterface $input, OutputInterface $output) |
||
56 | } |
||
57 |