Class Zend_Service_Rest

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Service/Rest.php (line 34)

Zend_Service_Abstract
   |
   --Zend_Service_Rest
Variable Summary
Method Summary
 Zend_Http_Response restDelete (string $path)
 Zend_Http_Response restGet (string $path, [ $query = null])
 Zend_Http_Response restPost (string $path, array $data)
 Zend_Http_Response restPut (string $path, array $data)
 Zend_Uri setUri (string|Zend_Uri $uri)
Variables
Zend_Uri_Http $_uri = null (line 41)

Zend_Uri of this web service

  • access: protected

Inherited Variables

Inherited from Zend_Service_Abstract

Zend_Service_Abstract::$_httpClient
Methods
restDelete (line 144)

Performs an HTTP DELETE request to $path.

  • access: public
Zend_Http_Response restDelete (string $path)
  • string $path
restGet (line 99)

Performs an HTTP GET request to the $path.

  • access: public
Zend_Http_Response restGet (string $path, [ $query = null])
  • string $path
  • $query
restPost (line 113)

Performs an HTTP POST request to $path.

  • access: public
Zend_Http_Response restPost (string $path, array $data)
  • string $path
  • array $data
restPut (line 129)

Performs an HTTP PUT request to $path.

  • access: public
Zend_Http_Response restPut (string $path, array $data)
  • string $path
  • array $data
setUri (line 83)

Sets the URI for the web service.

  • access: public
Zend_Uri setUri (string|Zend_Uri $uri)

Inherited Methods

Inherited From Zend_Service_Abstract

 Zend_Service_Abstract::getHttpClient()
 Zend_Service_Abstract::setHttpClient()

Documentation generated on Thu, 18 Jan 2007 09:58:34 -0800 by phpDocumentor 1.3.1