Преглед на файлове

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;
         $this->_serverProfile = $serverProfile;
     }
     }
 
 
+    public function getProfile() {
+        return $this->_serverProfile;
+    }
+
     public function connect() {
     public function connect() {
         $this->_connection->connect();
         $this->_connection->connect();
     }
     }