class TestSession_STResponseWrapper

Wrapper around HTTPResponse to make it look like a SimpleHTTPResposne

Methods

__construct(HTTPResponse $response)

No description

string
getContent()

No description

string
getError()

No description

null
getSent()

No description

string
getHeaders()

No description

string
getMethod()

No description

string
getUrl()

No description

null
getRequestData()

No description

Details

at line 18
__construct(HTTPResponse $response)

Parameters

HTTPResponse $response

at line 26
string getContent()

Return Value

string

at line 34
string getError()

Return Value

string

at line 42
null getSent()

Return Value

null

at line 50
string getHeaders()

Return Value

string

at line 58
string getMethod()

Return Value

string 'GET'

at line 66
string getUrl()

Return Value

string

at line 74
null getRequestData()

Return Value

null