Свойство | Type | Description | |
---|---|---|---|
$host | string | ||
$httpServer | React\Http\Server | ||
$loop | React\EventLoop\StreamSelectLoop | ||
$memoryMax | integer | Store max memory option value | |
$port | integer | ||
$returnValue | integer | Process return value | |
$socket | React\Socket\Server |
Méthode | Description | |
---|---|---|
configure ( ) | {@inheritDoc} | |
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | {@inheritDoc} | |
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | {@inheritDoc} | |
shouldExitCommand ( Symfony\Component\Console\Output\OutputInterface $output ) : boolean | determine if the event loop should be stopped | |
writeln ( Symfony\Component\Console\Output\OutputInterface $output, $line ) |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected shouldExitCommand ( Symfony\Component\Console\Output\OutputInterface $output ) : boolean | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
Résultat | boolean |
protected static writeln ( Symfony\Component\Console\Output\OutputInterface $output, $line ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected Server,React\Http $httpServer | ||
Résultat | React\Http\Server |
protected StreamSelectLoop,React\EventLoop $loop | ||
Résultat | React\EventLoop\StreamSelectLoop |
protected int $memoryMax | ||
Résultat | integer |