コード例 #1
0
ファイル: Auth.php プロジェクト: rurkss/webapps-user-lib
 /**
  * @return bool
  */
 public static function isRegistered()
 {
     return Sys_Global::isRegistered('USER_OBJECT');
 }