Prado\TApplicationComponent::getResponse PHP Method

getResponse() public method

public getResponse ( ) : THttpResponse
return THttpResponse the response
    public function getResponse()
    {
        return Prado::getApplication()->getResponse();
    }