Эх сурвалжийг харах

Get the current ResponseReader associated to a Connection instance.

Daniele Alessandri 15 жил өмнө
parent
commit
51c7ef4566
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      lib/Predis.php

+ 4 - 0
lib/Predis.php

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