|
@@ -123,7 +123,17 @@ class Zend_Http_Client_Adapter_Socket implements Zend_Http_Client_Adapter_Interf
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * Retrieve the array of all configuration options
|
|
|
|
|
+ *
|
|
|
|
|
+ * @return array
|
|
|
|
|
+ */
|
|
|
|
|
+ public function getConfig()
|
|
|
|
|
+ {
|
|
|
|
|
+ return $this->config;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
* Set the stream context for the TCP connection to the server
|
|
* Set the stream context for the TCP connection to the server
|
|
|
*
|
|
*
|
|
|
* Can accept either a pre-existing stream context resource, or an array
|
|
* Can accept either a pre-existing stream context resource, or an array
|