PHP Class M6Web\Bundle\PhpProcessManagerBundle\Command\HttpProcessCommand

Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Afficher le fichier Open project: M6Web/PhpProcessManagerBundle Class Usage Examples

Protected Properties

Свойство 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éthodes protégées

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 )

Method Details

configure() protected méthode

{@inheritDoc}
See also: Symfony\Component\Console\Command\Command::configure()
protected configure ( )

execute() protected méthode

{@inheritDoc}
See also: Symfony\Component\Console\Command\Command::execute()
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

initialize() protected méthode

{@inheritDoc}
See also: Symfony\Component\Console\Command\Command::initialize()
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

shouldExitCommand() protected méthode

determine if the event loop should be stopped
protected shouldExitCommand ( Symfony\Component\Console\Output\OutputInterface $output ) : boolean
$output Symfony\Component\Console\Output\OutputInterface
Résultat boolean

writeln() protected static méthode

protected static writeln ( Symfony\Component\Console\Output\OutputInterface $output, $line )
$output Symfony\Component\Console\Output\OutputInterface

Property Details

$host protected_oe property

protected string $host
Résultat string

$httpServer protected_oe property

protected Server,React\Http $httpServer
Résultat React\Http\Server

$loop protected_oe property

protected StreamSelectLoop,React\EventLoop $loop
Résultat React\EventLoop\StreamSelectLoop

$memoryMax protected_oe property

Store max memory option value
protected int $memoryMax
Résultat integer

$port protected_oe property

protected int $port
Résultat integer

$returnValue protected_oe property

Process return value
protected int $returnValue
Résultat integer

$socket protected_oe property

protected Server,React\Socket $socket
Résultat React\Socket\Server