class EmpireWebSocketServerCommand extends Command

Class EmpireWebSocketServerCommand

Properties

protected EntryPoint $entryPoint
protected LoggerInterface $logger
protected string $host
protected int $port

Methods

__construct(EntryPoint $entryPoint, string $host, int $port, LoggerInterface $logger = null)

No description

configure()

No description

int|null|void
execute(InputInterface $input, OutputInterface $output)

No description

Details

at line 47
__construct(EntryPoint $entryPoint, string $host, int $port, LoggerInterface $logger = null)

Parameters

EntryPoint $entryPoint
string $host
int $port
LoggerInterface $logger

at line 62
protected configure()

at line 79
protected int|null|void execute(InputInterface $input, OutputInterface $output)

Parameters

InputInterface $input
OutputInterface $output

Return Value

int|null|void