\Think\ControllerHproseController

ThinkPHP Hprose控制器类

Summary

Methods
Properties
Constants
__construct()
__call()
No public properties found
No constants found
No protected methods found
$allowMethodList
$crossDomain
$P3P
$get
$debug
N/A
No private methods found
No private properties found
N/A

Properties

$allowMethodList

$allowMethodList : 

Type

$crossDomain

$crossDomain : 

Type

$P3P

$P3P : 

Type

$get

$get : 

Type

$debug

$debug : 

Type

Methods

__construct()

__construct() 

架构函数

__call()

__call(string  $method, array  $args) : mixed

魔术方法 有不存在的操作的时候执行

Parameters

string $method

方法名

array $args

参数

Returns

mixed