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