1 | <?php |
||
17 | class ServerListCommand extends ServerCommand |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * configure command |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | public function configure() |
||
30 | |||
31 | /** |
||
32 | * execute command |
||
33 | * |
||
34 | * @param InputInterface $input |
||
35 | * @param OutputInterface $output |
||
36 | */ |
||
37 | protected function execute(InputInterface $input , OutputInterface $output) |
||
53 | } |
||
54 |