Developer Question: bx_srv module call
Hello 👋
So, in my module I have a test service.
serviceThisIsATest and my module is wz_custom.
So, I can call this easily with:
bx_srv('wz_custom','this_is_a_test');
My question is the method name. It appears I can do any combination of the 'ThisIsATest' and it finds it. Example, 'this_isatest' also works. So, what is the correct usage. Or does it not matter?
Thank you!
-
-
- · Wise
- ·
Thank you @LeonidS 😊
Maybe I should read the comments too 😁. Just trying to insure my code convention is the same as UNA core, or expectations. 😉