Hi,
I try to implement an generic approach to collect called methods.
When adding a method you habe to enter the id, name , function and arguments.
So as a function I want to use the same for multiple methods. The problem is, the called function does not get any information about who has called. I only get information about the parent but in my case, the parent has multiple methods.
Hi, I try to implement an generic approach to collect called methods. When adding a method you habe to enter the id, name , function and arguments. So as a function I want to use the same for multiple methods. The problem is, the called function does not get any information about who has called. I only get information about the parent but in my case, the parent has multiple methods.
Does anybody knows how do deal with it?
Thanks in advance!