Exemple #1
0
 /**
  * @return bool Whether the user can use SSL
  */
 public function hasSSL()
 {
     return Conversion::toBool($this->getConfig('ssl'));
 }