Преглед на файлове

Get the current ResponseReader associated to a Client instance.

Daniele Alessandri преди 15 години
родител
ревизия
e04ed827d4
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      lib/Predis.php

+ 4 - 0
lib/Predis.php

@@ -86,6 +86,10 @@ class Client {
         return $this->_serverProfile;
     }
 
+    public function getResponseReader() {
+        return $this->_responseReader;
+    }
+
     public function connect() {
         $this->_connection->connect();
     }