interface ResponseInterface (View source)

Interface for returned content by adapters

Methods

integer
getStatusCode()

No description

string
getContent()

No description

string
getStatusText()

No description

Boolean
isSuccessful()

No description

Details

integer getStatusCode()

Return Value

integer

string getContent()

Return Value

string

string getStatusText()

Return Value

string

Boolean isSuccessful()

Return Value

Boolean