I am developing in php and I have an outline of the whole page, where I have modules and handlers, I need to instantiate a class from another module parallel to the one I am developing, but for that I need the $ serviceslocator which I can not call if it is not for a handler, although I am in a module, how could I do it?