Neos\Flow\Tests\Features\Bootstrap\SubProcess\SubProcess::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( ApplicationContext $context )
$context Neos\Flow\Core\ApplicationContext
    public function __construct(ApplicationContext $context)
    {
        $this->context = $context;
        $this->execute('');
        // Flush response pipe
        $this->getSubProcessResponse();
    }