IXR_Client::getResponse
Method of the class: IXR_Client{}
No Hooks.
Returns
null. Nothing (null).
Usage
$IXR_Client = new IXR_Client(); $IXR_Client->getResponse();
IXR_Client::getResponse() IXR Client::getResponse code WP 7.0
function getResponse()
{
// methodResponses can only have one param - return that
return $this->message->params[0];
}