Browse Source

Implemented Predis\Client::getProfile.

Daniele Alessandri 15 năm trước cách đây
mục cha
commit
99ad5aa4a5
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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();
     }