Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Prado
Data
SqlMap
DataMapper
TObjectProxy
PHP Class Prado\Data\SqlMap\DataMapper\TObjectProxy
Since:
3.1
显示文件
Open project: pradosoft/prado
Public Methods
Method
Description
__call
(
$method
,
$params
) :
mixed
Relay the method call to the handler object (if able to be handled), otherwise it calls the proxied object's method.
__construct
(
$handler
,
$object
)
Method Details
__call()
public
method
Relay the method call to the handler object (if able to be handled), otherwise it calls the proxied object's method.
public
__call
(
$method
,
$params
) :
mixed
return
mixed
method return value.
__construct()
public
method
public
__construct
(
$handler
,
$object
)