Detailed Description
Definition at line 50 of file Test.php.
Constructor & Destructor Documentation
Adapter constructor, currently empty. Config is set using setConfig()
Definition at line 85 of file Test.php.
Member Function Documentation
Add another response to the response buffer.
- Parameters:
-
| string | Zend_Http_Response|$response |
Definition at line 214 of file Test.php.
| connect |
( |
$ |
host, |
|
|
$ |
port = 80, |
|
|
$ |
secure = false |
|
) |
| |
Set the HTTP response(s) to be returned by this adapter
- Parameters:
-
Definition at line 199 of file Test.php.
Sets the position of the response buffer. Selects which response will be returned on the next call to read().
- Parameters:
-
Definition at line 229 of file Test.php.
| write |
( |
$ |
method, |
|
|
$ |
uri, |
|
|
$ |
http_ver = '1.1', |
|
|
$ |
headers = array(), |
|
|
$ |
body = '' |
|
) |
| |
Field Documentation
$_nextRequestWillFail = false [protected] |
$config = array() [protected] |
$responseIndex = 0 [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Http/Client/Adapter/Test.php