changes.mady.by.user Anastasia Cheetham
Saved on Sep 26, 2011
...
invokers: { myFunc: { funcName: "nspace.myFuncImpl", args: ["@0", {parent}.field, "@1"] } }
In this example, if
that.field = "CATT";
and the invoker is called with
that.myFunc("foo", "bar");
then the invoker will call the implementation function with
nspace.myFuncImpl("foo, "CATT", "bar);