Class Zend_Rest_Client

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

Located in /Rest/Client.php (line 50)

Zend_Service_Abstract
   |
   --Zend_Rest_Client
Variable Summary
 array $_data
 Zend_Uri_Http $_uri
Method Summary
 Zend_Rest_Client __construct ($uri $uri)
 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_Rest_Client_Result|Zend_Rest_Client __call (string $method, array $args)
Variables
array $_data = array() (line 64)

Data for the query

  • access: protected
Zend_Uri_Http $_uri = null (line 57)

Zend_Uri of this web service

  • access: protected
Methods
Constructor __construct (line 71)

Constructor

  • access: public
Zend_Rest_Client __construct ($uri $uri)
  • $uri $uri: Zend_Uri_Http|string URI for the web service
restDelete (line 156)

Performs an HTTP DELETE request to $path.

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

Performs an HTTP GET request to the $path.

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

Performs an HTTP POST request to $path.

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

Performs an HTTP PUT request to $path.

  • access: public
Zend_Http_Response restPut (string $path, array $data)
  • string $path
  • array $data
__call (line 169)

Method call overload

  • access: public
Zend_Rest_Client_Result|Zend_Rest_Client __call (string $method, array $args)
  • string $method: Method name
  • array $args: Method args

Documentation generated on Thu, 18 Jan 2007 10:00:43 -0800 by phpDocumentor 1.3.1