PHP Class Prado\Data\SqlMap\DataMapper\TObjectProxy

Since: 3.1
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode 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 méthode

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
Résultat mixed method return value.

__construct() public méthode

public __construct ( $handler, $object )