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