I’m reading this documentation article about Custom Annotations in Doctrine. I understand that I can use $reader->getClassAnnotations($reflClass) to retrieve the annotations on a particular class. What’s the best way to get a list of all entity classes that have a specific annotation?
I’m reading this documentation article about Custom Annotations in Doctrine . I understand that
Share
The AbstractFileDriver(Doctrine\ORM\Mapping\Driver\AbstractFileDriver.php) documentation of Doctrine said:
Also you could use instead of the PhpDriver, the DatabaseDriver (Doctrine\ORM\Mapping\Driver\DatabaseDriver.php).