PHP Class Prado\Data\SqlMap\DataMapper\TObjectProxy

Since: 3.1
Datei anzeigen 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 )