1 | <?php |
||
17 | class InitCommand extends BaseCommand |
||
18 | { |
||
19 | /** |
||
20 | * Configure the init command |
||
21 | * |
||
22 | * @return void |
||
23 | */ |
||
24 | 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 | } |