|
@@ 1306-1309 (lines=4) @@
|
| 1303 |
|
$mapping['isOwningSide'] = true; |
| 1304 |
|
$mapping['isInverseSide'] = false; |
| 1305 |
|
if (isset($mapping['reference'])) { |
| 1306 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1307 |
|
$mapping['isOwningSide'] = true; |
| 1308 |
|
$mapping['isInverseSide'] = false; |
| 1309 |
|
} |
| 1310 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1311 |
|
$mapping['isInverseSide'] = true; |
| 1312 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1310-1313 (lines=4) @@
|
| 1307 |
|
$mapping['isOwningSide'] = true; |
| 1308 |
|
$mapping['isInverseSide'] = false; |
| 1309 |
|
} |
| 1310 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1311 |
|
$mapping['isInverseSide'] = true; |
| 1312 |
|
$mapping['isOwningSide'] = false; |
| 1313 |
|
} |
| 1314 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1315 |
|
$mapping['isInverseSide'] = true; |
| 1316 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1314-1317 (lines=4) @@
|
| 1311 |
|
$mapping['isInverseSide'] = true; |
| 1312 |
|
$mapping['isOwningSide'] = false; |
| 1313 |
|
} |
| 1314 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1315 |
|
$mapping['isInverseSide'] = true; |
| 1316 |
|
$mapping['isOwningSide'] = false; |
| 1317 |
|
} |
| 1318 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1319 |
|
$mapping['orphanRemoval'] = false; |
| 1320 |
|
} |