|
@@ 1208-1211 (lines=4) @@
|
| 1205 |
|
$mapping['isOwningSide'] = true; |
| 1206 |
|
$mapping['isInverseSide'] = false; |
| 1207 |
|
if (isset($mapping['reference'])) { |
| 1208 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1209 |
|
$mapping['isOwningSide'] = true; |
| 1210 |
|
$mapping['isInverseSide'] = false; |
| 1211 |
|
} |
| 1212 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1213 |
|
$mapping['isInverseSide'] = true; |
| 1214 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1212-1215 (lines=4) @@
|
| 1209 |
|
$mapping['isOwningSide'] = true; |
| 1210 |
|
$mapping['isInverseSide'] = false; |
| 1211 |
|
} |
| 1212 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1213 |
|
$mapping['isInverseSide'] = true; |
| 1214 |
|
$mapping['isOwningSide'] = false; |
| 1215 |
|
} |
| 1216 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1217 |
|
$mapping['isInverseSide'] = true; |
| 1218 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1216-1219 (lines=4) @@
|
| 1213 |
|
$mapping['isInverseSide'] = true; |
| 1214 |
|
$mapping['isOwningSide'] = false; |
| 1215 |
|
} |
| 1216 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1217 |
|
$mapping['isInverseSide'] = true; |
| 1218 |
|
$mapping['isOwningSide'] = false; |
| 1219 |
|
} |
| 1220 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1221 |
|
$mapping['orphanRemoval'] = false; |
| 1222 |
|
} |