Get the current ResponseReader associated to a Client instance.

This commit is contained in:
Daniele Alessandri
2010-03-09 13:00:43 +01:00
parent 011d544d06
commit e04ed827d4
+4
View File
@@ -86,6 +86,10 @@ class Client {
return $this->_serverProfile;
}
public function getResponseReader() {
return $this->_responseReader;
}
public function connect() {
$this->_connection->connect();
}