Class Zend_Service_Rest

Description

Zend_Service_Rest has been deprecated in favor of Zend_Rest_Client

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

Zend_Service_Abstract
   |
   --Zend_Service_Rest
Variable Summary
Method Summary
 void __construct ()
 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 45)

Zend_Uri of this web service

  • access: protected

Inherited Variables

Inherited from Zend_Service_Abstract

Zend_Service_Abstract::$_httpClient
Methods
Constructor __construct (line 52)

Report this class as deprecated

  • access: public
void __construct ()
restDelete (line 157)

Performs an HTTP DELETE request to $path.

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

Performs an HTTP GET request to the $path.

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

Performs an HTTP POST request to $path.

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

Performs an HTTP PUT request to $path.

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

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 Wed, 21 Feb 2007 11:58:40 -0800 by phpDocumentor 1.3.1