1 | <?php |
||
10 | class ConfigViewCommand extends Command |
||
11 | { |
||
12 | private $config; |
||
13 | |||
14 | /** |
||
15 | * @codeCoverageIgnore |
||
16 | */ |
||
17 | public function __construct() |
||
22 | |||
23 | /** |
||
24 | * @codeCoverageIgnore |
||
25 | */ |
||
26 | protected function configure() |
||
32 | |||
33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
40 | } |
||
41 |