| 1 | <?php |
||
| 13 | class PjbServerRevealCommand extends Command |
||
| 14 | { |
||
| 15 | use LoggerTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var StandaloneServer |
||
| 19 | */ |
||
| 20 | protected $server; |
||
| 21 | |||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | 7 | protected function configure() |
|
| 43 | |||
| 44 | 1 | protected function execute(InputInterface $input, OutputInterface $output) |
|
| 66 | } |
||
| 67 |