Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Http_Response $httpResponse) | |
Creates a new high-level SimpleDB response object. | |
getXPath () | |
Gets the XPath object for this response. | |
getSimpleXMLDocument () | |
Gets the SimpleXML document object for this response. | |
getHttpResponse () | |
Get HTTP response object. | |
getDocument () | |
Gets the document object for this response. | |
getNamespace () | |
Return the current set XML Namespace. | |
setNamespace ($namespace) | |
Set a new XML Namespace. | |
Protected Attributes | |
$_xmlNamespace = 'http://sdb.amazonaws.com/doc/2009-04-15/' | |
XML namespace used for SimpleDB responses. | |
__construct | ( | Zend_Http_Response | $httpResponse | ) |
Creates a new high-level SimpleDB response object.
Zend_Http_Response | $httpResponse | the HTTP response. |
getDocument | ( | ) |
Gets the document object for this response.
getHttpResponse | ( | ) |
Get HTTP response object.
getNamespace | ( | ) |
Return the current set XML Namespace.
getSimpleXMLDocument | ( | ) |
Gets the SimpleXML document object for this response.
getXPath | ( | ) |
Gets the XPath object for this response.
setNamespace | ( | $namespace | ) |
Set a new XML Namespace.
string | $namespace |
|
protected |
XML namespace used for SimpleDB responses.