yii\web\Application::getResponse PHP Method

getResponse() public method

Returns the response component.
public getResponse ( ) : Response
return Response the response component.
    public function getResponse()
    {
        return $this->get('response');
    }