Lines Matching defs:useSSL
139 protected $useSSL = false;
143 * If you wish to use TLS you should ensure that $useSSL is set to false and vice-versa
473 * @param bool $useSSL
476 public function setUseSSL($useSSL)
478 $this->useSSL = $useSSL;
480 if($this->useSSL) {
495 return $this->useSSL;
627 if ($this->useSSL) {
645 if ($this->useSSL && !$this->useTLS) {