|
@@ 1357-1360 (lines=4) @@
|
| 1354 |
|
$mapping['isOwningSide'] = true; |
| 1355 |
|
$mapping['isInverseSide'] = false; |
| 1356 |
|
if (isset($mapping['reference'])) { |
| 1357 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1358 |
|
$mapping['isOwningSide'] = true; |
| 1359 |
|
$mapping['isInverseSide'] = false; |
| 1360 |
|
} |
| 1361 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1362 |
|
$mapping['isInverseSide'] = true; |
| 1363 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1361-1364 (lines=4) @@
|
| 1358 |
|
$mapping['isOwningSide'] = true; |
| 1359 |
|
$mapping['isInverseSide'] = false; |
| 1360 |
|
} |
| 1361 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1362 |
|
$mapping['isInverseSide'] = true; |
| 1363 |
|
$mapping['isOwningSide'] = false; |
| 1364 |
|
} |
| 1365 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1366 |
|
$mapping['isInverseSide'] = true; |
| 1367 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1365-1368 (lines=4) @@
|
| 1362 |
|
$mapping['isInverseSide'] = true; |
| 1363 |
|
$mapping['isOwningSide'] = false; |
| 1364 |
|
} |
| 1365 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1366 |
|
$mapping['isInverseSide'] = true; |
| 1367 |
|
$mapping['isOwningSide'] = false; |
| 1368 |
|
} |
| 1369 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1370 |
|
$mapping['orphanRemoval'] = false; |
| 1371 |
|
} |