public function close() { } /**
* Set the HTTP response(s) to be returned by this adapter
*
* @param Zend_Http_Response|array|string $response
*/
public function setResponse($response) { if ($response instanceof Zend_Http_Response
) { $response =
$response->
asString("\r\n"
);
} $this->responses =
(array)$response;
$this->responseIndex = 0;
} /**
* Add another response to the response buffer.
*
* @param string Zend_Http_Response|$response
*/