Class TObjectProxy
TObjectProxy sets up a simple object that intercepts method calls to a particular object and relays the call to handler object.
Package: System\Data\SqlMap
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/DataMapper/TLazyLoadList.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/DataMapper/TLazyLoadList.php
public
|
|
public
mixed
|
#
__call( string $method, array $params )
Relay the method call to the handler object (if able to be handled), otherwise it calls the proxied object's method. |