소스 검색

Implemented Predis\Client::getProfile.

Daniele Alessandri 15 년 전
부모
커밋
99ad5aa4a5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      lib/Predis.php

+ 4 - 0
lib/Predis.php

@@ -88,6 +88,10 @@ class Client {
         $this->_serverProfile = $serverProfile;
     }
 
+    public function getProfile() {
+        return $this->_serverProfile;
+    }
+
     public function connect() {
         $this->_connection->connect();
     }