Просмотр исходного кода

Get the current ResponseReader associated to a Connection instance.

Daniele Alessandri 15 лет назад
Родитель
Сommit
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;
     }