Zend_XmlRpc_ResponseXmlRpc Response
Container for accessing an XMLRPC return value and creating the XML response.
Located in /XmlRpc/Response.php (line 42)
| Class | Description |
|---|---|
Zend_XmlRpc_Response_Http
|
HTTP response |
string
$_encoding
= 'UTF-8' (line 60)
Response character encoding
null|Zend_XmlRpc_Fault
$_fault
= null (line 66)
Fault, if response is a fault response
mixed
$_return
(line 48)
Return value
string
$_type
(line 54)
Return type
Constructor __construct (line 78)
Constructor
Can optionally pass in the return value and type hinting; otherwise, the return value can be set via setReturnValue().
getEncoding (line 100)
Retrieve current response encoding
getReturnValue (line 125)
Retrieve the return value
isFault (line 145)
Is the response a fault response?
loadXml (line 170)
Load a response from an XML response
Attempts to load a response from an XMLRPC response, autodetecting if it is a fault response.
saveXML (line 221)
Return response as XML
setEncoding (line 89)
Set encoding to use in response
setReturnValue (line 114)
Set the return value
Sets the return value, with optional type hinting if provided.
_getXmlRpcReturn (line 135)
Retrieve the XMLRPC value for the return value
__toString (line 242)
Return XML response
Documentation generated on Sun, 27 May 2007 23:27:12 -0700 by phpDocumentor 1.3.2