Neos\Flow\Http\RequestHandler::boot PHP Method

boot() protected method

Boots up Flow to runtime
protected boot ( ) : void
return void
    protected function boot()
    {
        $sequence = $this->bootstrap->buildRuntimeSequence();
        $sequence->invoke($this->bootstrap);
    }