|
@@ -111,6 +111,10 @@ class Client {
|
|
return $this->_profile;
|
|
return $this->_profile;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public function getOptions() {
|
|
|
|
+ return $this->_options;
|
|
|
|
+ }
|
|
|
|
+
|
|
public function getClientFor($connectionAlias) {
|
|
public function getClientFor($connectionAlias) {
|
|
if (!Utils::isCluster($this->_connection)) {
|
|
if (!Utils::isCluster($this->_connection)) {
|
|
throw new ClientException(
|
|
throw new ClientException(
|