Sfoglia il codice sorgente

Get the current ResponseReader associated to a Client instance.

Daniele Alessandri 16 anni fa
parent
commit
e04ed827d4
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      lib/Predis.php

+ 4 - 0
lib/Predis.php

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