Dietcube\Dispatcher::prepareResponse PHP Method

prepareResponse() protected method

protected prepareResponse ( ) : Response
return Response
    protected function prepareResponse()
    {
        $response = new Response();
        $response->setLogger($this->container['logger']);
        $this->container['response'] = $response;
        return $response;
    }