Class Zend_Rest_Client

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

Located in /Zend/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 (mixed $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 (mixed $uri)
restDelete (line 162)

Performs an HTTP DELETE request to $path.

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

Performs an HTTP GET request to the $path.

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

Performs an HTTP POST request to $path.

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

Performs an HTTP PUT request to $path.

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

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 Sun, 29 Oct 2006 21:27:52 -0600 by phpDocumentor 1.3.0RC6