Explorar o código

Get the current ResponseReader associated to a Connection instance.

Daniele Alessandri %!s(int64=15) %!d(string=hai) anos
pai
achega
51c7ef4566
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      lib/Predis.php

+ 4 - 0
lib/Predis.php

@@ -751,6 +751,10 @@ class Connection implements IConnection {
         return $this->_socket;
         return $this->_socket;
     }
     }
 
 
+    public function getResponseReader() {
+        return $this->_reader;
+    }
+
     public function getAlias() {
     public function getAlias() {
         return $this->_params->alias;
         return $this->_params->alias;
     }
     }