| 1 | <?php |
||
| 11 | class PjbServerRevealCommand extends Command |
||
| 12 | { |
||
| 13 | use LoggerTrait; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @var StandaloneServer |
||
| 17 | */ |
||
| 18 | protected $server; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | 7 | protected function configure() |
|
| 40 | |||
| 41 | 1 | protected function execute(InputInterface $input, OutputInterface $output) |
|
| 63 | } |
||
| 64 |