Class \Prado\Data\SqlMap\DataMapper\TObjectProxy
TObjectProxy sets up a simple object that intercepts method calls to a
particular object and relays the call to handler object.
Class hierarchy
Author: Wei Zhuo <weizho[at]gmail[dot]com>Since: 3.1
public
|
__call(string $method, array<string|int, mixed> $params) : mixed
Relay the method call to the handler object (if able to be handled), otherwise
it calls the proxied object's method.
|
public
|
|