|
@@ 1424-1427 (lines=4) @@
|
| 1421 |
|
$mapping['isOwningSide'] = true; |
| 1422 |
|
$mapping['isInverseSide'] = false; |
| 1423 |
|
if (isset($mapping['reference'])) { |
| 1424 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1425 |
|
$mapping['isOwningSide'] = true; |
| 1426 |
|
$mapping['isInverseSide'] = false; |
| 1427 |
|
} |
| 1428 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1429 |
|
$mapping['isInverseSide'] = true; |
| 1430 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1428-1431 (lines=4) @@
|
| 1425 |
|
$mapping['isOwningSide'] = true; |
| 1426 |
|
$mapping['isInverseSide'] = false; |
| 1427 |
|
} |
| 1428 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1429 |
|
$mapping['isInverseSide'] = true; |
| 1430 |
|
$mapping['isOwningSide'] = false; |
| 1431 |
|
} |
| 1432 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1433 |
|
$mapping['isInverseSide'] = true; |
| 1434 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1432-1435 (lines=4) @@
|
| 1429 |
|
$mapping['isInverseSide'] = true; |
| 1430 |
|
$mapping['isOwningSide'] = false; |
| 1431 |
|
} |
| 1432 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1433 |
|
$mapping['isInverseSide'] = true; |
| 1434 |
|
$mapping['isOwningSide'] = false; |
| 1435 |
|
} |
| 1436 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1437 |
|
$mapping['orphanRemoval'] = false; |
| 1438 |
|
} |