1 | <?php |
||
13 | class ListServers extends Command |
||
14 | { |
||
15 | /** |
||
16 | * Configure the command options. |
||
17 | * |
||
18 | * @return void |
||
19 | */ |
||
20 | protected function configure() |
||
26 | |||
27 | /** |
||
28 | * Execute the command. |
||
29 | * @todo Decide if this can be isolated into a service. |
||
30 | * |
||
31 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
32 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
33 | * @return void |
||
34 | */ |
||
35 | public function execute(InputInterface $input, OutputInterface $output) |
||
48 | |||
49 | } |