Is there a method I can call to obtain the name of all the mapped subclasses of an entity?
feedback
|
|
Is this what you want:
| |||
|
feedback
|
|
Do $tableClass->getOption("subclasses") Although this will only work for types of inheritance where there is a discriminator map. Most notably, you won't get it with concrete table inheritance. | |||
|
feedback
|