1 | <?php |
||
16 | class GetCommand extends AbstractConfigCommand |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritDoc} |
||
20 | */ |
||
21 | protected function configure() |
||
35 | |||
36 | /** |
||
37 | * {@inheritDoc} |
||
38 | * @param InputInterface $input |
||
39 | * @param OutputInterface $output |
||
40 | */ |
||
41 | protected function execute(InputInterface $input, OutputInterface $output) |
||
49 | } |
||
50 |