PHP Класс Prado\Data\SqlMap\DataMapper\TObjectProxy

С версии: 3.1
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )

Описание методов

__call() публичный Метод

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
Результат mixed method return value.

__construct() публичный Метод

public __construct ( $handler, $object )