Neos\Flow\Http\RequestHandler::__construct PHP Méthode

__construct() public méthode

public __construct ( Bootstrap $bootstrap )
$bootstrap Neos\Flow\Core\Bootstrap
    public function __construct(Bootstrap $bootstrap)
    {
        $this->bootstrap = $bootstrap;
        $this->exit = function () {
            exit;
        };
    }