コード例 #1
0
ファイル: User.php プロジェクト: omines/directadmin
 /**
  * @return bool Whether the user can use SSL
  */
 public function hasSSL()
 {
     return Conversion::toBool($this->getConfig('ssl'));
 }