[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 163 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_Amazon_Ec2_Response:: (5 methods):
__construct()
getXPath()
getDocument()
getNamespace()
setNamespace()
Class: Zend_Service_Amazon_Ec2_Response - X-Ref
__construct(Zend_Http_Response $httpResponse) X-Ref |
Creates a new high-level EC2 response object param: Zend_Http_Response $httpResponse the HTTP response. |
getXPath() X-Ref |
Gets the XPath object for this response return: DOMXPath the XPath object for response. |
getDocument() X-Ref |
Gets the document object for this response return: DOMDocument the DOM Document for this response. |
getNamespace() X-Ref |
Return the current set XML Namespace. return: string |
setNamespace($namespace) X-Ref |
Set a new XML Namespace param: string $namespace |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |