Переглянути джерело

Implemented Predis\Client::getProfile.

Daniele Alessandri 16 роки тому
батько
коміт
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();
     }