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