Zend Framework
1.12
|
Public Member Functions | |
__toString () | |
Override __toString() to send HTTP Content-Type header. | |
![]() | |
__construct ($return=null, $type=null) | |
Constructor. | |
setEncoding ($encoding) | |
Set encoding to use in response. | |
getEncoding () | |
Retrieve current response encoding. | |
setReturnValue ($value, $type=null) | |
Set the return value. | |
getReturnValue () | |
Retrieve the return value. | |
isFault () | |
Is the response a fault response? | |
getFault () | |
Returns the fault, if any. | |
loadXml ($response) | |
Load a response from an XML response. | |
saveXml () | |
Return response as XML. | |
__toString () | |
Return XML response. | |
Additional Inherited Members | |
![]() | |
_getXmlRpcReturn () | |
Retrieve the XMLRPC value for the return value. | |
![]() | |
$_return | |
$_type | |
$_encoding = 'UTF-8' | |
$_fault = null | |
__toString | ( | ) |
Override __toString() to send HTTP Content-Type header.