Service/Amazon/Ec2/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
- Ec2
- Version
- $Id$
\Zend_Service_Amazon_Ec2_Response
Package: Zend_Service_Amazon\Ec2
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
$_xmlNamespace = 'http://ec2.amazonaws.com/doc/2009-04-04/'
XML namespace used for EC2 responses.
Default value
'http://ec2.amazonaws.com/doc/2009-04-04/'
Details- Type
- n/a
Methods
__construct(\Zend_Http_Response $httpResponse) : void
Creates a new high-level EC2 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. |
getXPath() : \DOMXPath
Gets the XPath object for this response
Returns
Type | Description |
---|---|
\DOMXPath | the XPath object for response. |