Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | protected function getParentMetadataForProperty($baseClass, $propertyFullName, ModelManager $modelManager) |
||
29 | { |
||
30 | try { |
||
31 | return $modelManager->getParentMetadataForProperty($baseClass, $propertyFullName); |
||
32 | } catch (MappingException $e) { |
||
33 | // no metadata found. |
||
34 | return null; |
||
35 | } |
||
36 | } |
||
37 | } |
||
38 |