PHP 클래스 Prado\Data\SqlMap\DataMapper\TObjectProxy

부터: 3.1
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__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 )