Service/Amazon/SimpleDb/Response.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service_Amazon
- Subpackage
- SimpleDb
\Zend_Service_Amazon_SimpleDb_Response
Package: Zend_Service_Amazon\SimpleDb
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
$_xmlNamespace = 'http://sdb.amazonaws.com/doc/2009-04-15/'
XML namespace used for SimpleDB responses.
Default value
'http://sdb.amazonaws.com/doc/2009-04-15/'
Details- Type
- n/a
Methods
__construct(\Zend_Http_Response $httpResponse) : void
Creates a new high-level SimpleDB response object
Parameters
Name | Type | Description |
---|---|---|
$httpResponse | \Zend_Http_Response | the HTTP response. |
getDocument() : \DOMDocument
Gets the document object for this response
Returns
Type | Description |
---|---|
\DOMDocument | the DOM Document for this response. |
getHttpResponse() : \Zend_Http_Response
Get HTTP response object
Returns
Type | Description |
---|---|
\Zend_Http_Response |
getSimpleXMLDocument() : \SimpleXMLElement
Gets the SimpleXML document object for this response
Returns
Type | Description |
---|---|
\SimpleXMLElement |
getXPath() : \DOMXPath
Gets the XPath object for this response
Returns
Type | Description |
---|---|
\DOMXPath | the XPath object for response. |