I was looking at the documentation website, it lists a bunch of examples, tutorials, and other topics. But I haven't been able to find proper reference documentation on like a list of methods for a class, function parameters, return types and the like.
For example, I was searching to see what `findOneBy` returns (specifically if it returns null or throws something if nothing is found). Searching on the documentation website it gives these two results: * https://www.doctrine-project.org/projects/doctrine-orm/en/2.7/tutorials/getting-started.html#entity-repositories * https://www.doctrine-project.org/projects/doctrine-orm/en/2.7/reference/working-with-objects.html#by-simple-conditions Those two results kind of explain how the function works but not in the way I'm looking for. So I dug up the code and found some helpful comments in ObjectRepository.php. Those comments look formatted in a way that can be used to generate the sort of documentation I'm looking for. I was wondering if it's accessible online somewhere, because I haven't been able to find it. -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/doctrine-user/b60d5b0c-58bf-4fee-b46d-8fa25000c4f9%40googlegroups.com.
