PHP 클래스 TDynamicClassBehavior, prado

상속: extends Prado\Util\TClassBehavior, implements Prado\Util\IDynamicMethods
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
TestBehaviorMethod ( $object, $param1, $param2 )
__dycall ( $method, $args ) Dynamic Calls within class behaviors contain the main object as the first parameter within the args
dyTestIntraEvent ( $object, $param1, $param2, $chain )
getLastBehaviorDynamicMethodCalled ( )

메소드 상세

TestBehaviorMethod() 공개 메소드

public TestBehaviorMethod ( $object, $param1, $param2 )

__dycall() 공개 메소드

Dynamic Calls within class behaviors contain the main object as the first parameter within the args
public __dycall ( $method, $args )

dyTestIntraEvent() 공개 메소드

public dyTestIntraEvent ( $object, $param1, $param2, $chain )

getLastBehaviorDynamicMethodCalled() 공개 메소드