Hi. I am trying to retrieve all names of functions in some controller. I would like to move bunch of functions which are directly on Application into some controller (CApp) because they are taking too much space and cannot be collapsed in Architect.
I don't want to correct all calls of functions that were moved from Application into this new Controller or linking functions by hand like:Can someone help me?Code:MyApp.testFunction = MyApp.getController("CApp").testFunction