PHP Class TDynamicClassBehavior, prado

Inheritance: extends Prado\Util\TClassBehavior, implements Prado\Util\IDynamicMethods
Show file Open project: pradosoft/prado

Public Methods

Method Description
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 ( )

Method Details

TestBehaviorMethod() public method

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

__dycall() public method

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

dyTestIntraEvent() public method

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

getLastBehaviorDynamicMethodCalled() public method