Located in /Rest/Client.php (line 40)
Zend_Service_Abstract | --Zend_Rest_Client
Class | Description |
---|---|
![]() |
|
![]() |
Data for the query
Zend_Uri of this web service
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
Constructor
Performs an HTTP DELETE request to $path.
Performs an HTTP GET request to the $path.
Performs an HTTP POST request to $path.
Performs an HTTP PUT request to $path.
Set the URI to use in the request
Perform a POST or PUT
Performs a POST or PUT request. Any data provided is set in the HTTP client. String data is pushed in as raw POST data; array or object data is pushed in as POST parameters.
Method call overload
Allows calling REST actions as object methods; however, you must follow-up by chaining the request with a request to an HTTP request method (post, get, delete, put):
Or use them together, but in sequential calls:
Inherited From Zend_Service_Abstract
Zend_Service_Abstract::getHttpClient()
Zend_Service_Abstract::setHttpClient()
Documentation generated on Mon, 21 Jun 2010 15:12:02 -0400 by phpDocumentor 1.4.3