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