소스 검색

Get the current ResponseReader associated to a Connection instance.

Daniele Alessandri 15 년 전
부모
커밋
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;
     }