PHP Class TDynamicClassBehavior, prado

Inheritance: extends Prado\Util\TClassBehavior, implements Prado\Util\IDynamicMethods
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

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

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

__dycall() public méthode

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

dyTestIntraEvent() public méthode

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

getLastBehaviorDynamicMethodCalled() public méthode