Explorar o código

Get the current ResponseReader associated to a Client instance.

Daniele Alessandri %!s(int64=15) %!d(string=hai) anos
pai
achega
e04ed827d4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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();
     }