PHP 클래스 CLASS_AJAX

파일 보기 프로젝트 열기: baigoStudio/baigoSSO

공개 프로퍼티들

프로퍼티 타입 설명
$alert 配置
$log 返回代码

공개 메소드들

메소드 설명
__construct ( ) 日志
chk_install ( ) : void 验证是否安装 chk_install function.
halt_alert ( mixed $str_alert ) : void 返回出错信息(含具体信息) halt_alert function.
halt_re ( mixed $str_alert ) : void ajax 返回出错信息(仅代码) halt_re function.

메소드 상세

__construct() 공개 메소드

日志
public __construct ( )

chk_install() 공개 메소드

验证是否安装 chk_install function.
public chk_install ( ) : void
리턴 void

halt_alert() 공개 메소드

返回出错信息(含具体信息) halt_alert function.
public halt_alert ( mixed $str_alert ) : void
$str_alert mixed
리턴 void

halt_re() 공개 메소드

ajax 返回出错信息(仅代码) halt_re function.
public halt_re ( mixed $str_alert ) : void
$str_alert mixed
리턴 void

프로퍼티 상세

$alert 공개적으로 프로퍼티

配置
public $alert

$log 공개적으로 프로퍼티

返回代码
public $log