|
@@ 1376-1379 (lines=4) @@
|
| 1373 |
|
$mapping['isOwningSide'] = true; |
| 1374 |
|
$mapping['isInverseSide'] = false; |
| 1375 |
|
if (isset($mapping['reference'])) { |
| 1376 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1377 |
|
$mapping['isOwningSide'] = true; |
| 1378 |
|
$mapping['isInverseSide'] = false; |
| 1379 |
|
} |
| 1380 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1381 |
|
$mapping['isInverseSide'] = true; |
| 1382 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1380-1383 (lines=4) @@
|
| 1377 |
|
$mapping['isOwningSide'] = true; |
| 1378 |
|
$mapping['isInverseSide'] = false; |
| 1379 |
|
} |
| 1380 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1381 |
|
$mapping['isInverseSide'] = true; |
| 1382 |
|
$mapping['isOwningSide'] = false; |
| 1383 |
|
} |
| 1384 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1385 |
|
$mapping['isInverseSide'] = true; |
| 1386 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1384-1387 (lines=4) @@
|
| 1381 |
|
$mapping['isInverseSide'] = true; |
| 1382 |
|
$mapping['isOwningSide'] = false; |
| 1383 |
|
} |
| 1384 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1385 |
|
$mapping['isInverseSide'] = true; |
| 1386 |
|
$mapping['isOwningSide'] = false; |
| 1387 |
|
} |
| 1388 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1389 |
|
$mapping['orphanRemoval'] = false; |
| 1390 |
|
} |