Lines Matching refs:getParam
73 return $this->hasParam('port') ? $this->getParam('port') : self::DEFAULT_PORT;
91 return $this->hasParam('host') ? $this->getParam('host') : self::DEFAULT_HOST;
109 return $this->hasParam('proxy') ? $this->getParam('proxy') : null;
132 return $this->hasParam('transport') ? $this->getParam('transport') : self::DEFAULT_TRANSPORT;
150 return (bool) $this->hasParam('compression') ? $this->getParam('compression') : self::DEFAULT_COMPRESSION;
168 return $this->hasParam('path') ? $this->getParam('path') : '';
196 return (int) $this->hasParam('timeout') ? $this->getParam('timeout') : self::TIMEOUT;
221 return (int) $this->hasParam('connectTimeout') ? $this->getParam('connectTimeout') : self::CONNECT_TIMEOUT;
241 return (bool) $this->getParam('enabled');
263 return (bool) $this->hasParam('persistent') ? $this->getParam('persistent') : true;
311 $config = $this->getParam('config');
348 return $this->hasParam('username') ? $this->getParam('username') : null;
356 return $this->hasParam('password') ? $this->getParam('password') : null;
364 return $this->hasParam('auth_type') ? \strtolower($this->getParam('auth_type')) : null;