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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service_Amazon
- Subpackage
- Ec2
- Version
- $Id: Response.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Service_Amazon_Ec2_Response
Package: Zend\Service\Amazon\Ec2
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


\DOMDocument $_document = null
The response document object
Default value
null
Details- Type
- \DOMDocument


$_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. |