1 | <?php |
||
14 | class ShowCommand extends BaseCommand |
||
15 | { |
||
16 | /** |
||
17 | * Configure the init command |
||
18 | * |
||
19 | * @return void |
||
20 | */ |
||
21 | protected function configure() |
||
31 | |||
32 | /** |
||
33 | * @param InputInterface $input |
||
34 | * @param OutputInterface $output |
||
35 | * @return void |
||
36 | */ |
||
37 | protected function execute(InputInterface $input, OutputInterface $output) |
||
46 | |||
47 | } |