PHP 클래스 M6Web\Bundle\PhpProcessManagerBundle\Command\HttpProcessCommand

상속: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
파일 보기 프로젝트 열기: M6Web/PhpProcessManagerBundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

보호된 메소드들

메소드 설명
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 )

메소드 상세

configure() 보호된 메소드

{@inheritDoc}
또한 보기: Symfony\Component\Console\Command\Command::configure()
protected configure ( )

execute() 보호된 메소드

{@inheritDoc}
또한 보기: 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() 보호된 메소드

{@inheritDoc}
또한 보기: 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() 보호된 메소드

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

writeln() 보호된 정적인 메소드

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

프로퍼티 상세

$host 보호되어 있는 프로퍼티

protected string $host
리턴 string

$httpServer 보호되어 있는 프로퍼티

protected Server,React\Http $httpServer
리턴 React\Http\Server

$loop 보호되어 있는 프로퍼티

protected StreamSelectLoop,React\EventLoop $loop
리턴 React\EventLoop\StreamSelectLoop

$memoryMax 보호되어 있는 프로퍼티

Store max memory option value
protected int $memoryMax
리턴 integer

$port 보호되어 있는 프로퍼티

protected int $port
리턴 integer

$returnValue 보호되어 있는 프로퍼티

Process return value
protected int $returnValue
리턴 integer

$socket 보호되어 있는 프로퍼티

protected Server,React\Socket $socket
리턴 React\Socket\Server