Binder is a helper class used to bind properties of two objects
public function bind(scope:IScope, target:Object, targetKey:String, source:Object, sourceKey:String):Boolean
The function that implements the binding between two objects.
Parameters
| scope:IScope |
|
| target:Object |
|
| targetKey:String |
|
| source:Object |
|
| sourceKey:String |
Returns