That is simple for you, but I can't understand the difference (if it exist) between two "name" of this same class:
First if I use php function (get_class()) for some entity I get something like structure to directory to class of this object (App\Module\Class).
Second: If i want to get some data form db I have to use a repository name as AppModule:Class
So is there any method to transform first naming to second? I don't know how you naming this two methods, I am sorry for my mistakes.