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