| 1 | <?php |
||
| 20 | abstract class AbstractTypeGuesser implements TypeGuesserInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param string $baseClass |
||
| 24 | * @param string $propertyFullName |
||
| 25 | * |
||
| 26 | * @return array|null |
||
| 27 | */ |
||
| 28 | protected function getParentMetadataForProperty($baseClass, $propertyFullName, ModelManagerInterface $modelManager) |
||
| 37 | } |
||
| 38 |