PHP Class CLASS_API

Show file Open project: baigoStudio/baigoSSO

Public Properties

Property Type Description
$log 配置

Public Methods

Method Description
__construct ( ) 配置
app_chk ( mixed $arr_appRequest, mixed $arr_appRow ) : void 验证 app app_chk function.
app_request ( $str_method = "get", $with_sign = false ) : void 读取 app 信息 app_request function.
chk_install ( )
halt_re ( mixed $arr_re ) : void 返回结果 halt_re function.

Method Details

__construct() public method

配置
public __construct ( )

app_chk() public method

验证 app app_chk function.
public app_chk ( mixed $arr_appRequest, mixed $arr_appRow ) : void
$arr_appRequest mixed
$arr_appRow mixed
return void

app_request() public method

读取 app 信息 app_request function.
public app_request ( $str_method = "get", $with_sign = false ) : void
return void

chk_install() public method

public chk_install ( )

halt_re() public method

返回结果 halt_re function.
public halt_re ( mixed $arr_re ) : void
$arr_re mixed
return void

Property Details

$log public property

配置
public $log