|
@@ 1407-1410 (lines=4) @@
|
| 1404 |
|
$mapping['isOwningSide'] = true; |
| 1405 |
|
$mapping['isInverseSide'] = false; |
| 1406 |
|
if (isset($mapping['reference'])) { |
| 1407 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1408 |
|
$mapping['isOwningSide'] = true; |
| 1409 |
|
$mapping['isInverseSide'] = false; |
| 1410 |
|
} |
| 1411 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1412 |
|
$mapping['isInverseSide'] = true; |
| 1413 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1411-1414 (lines=4) @@
|
| 1408 |
|
$mapping['isOwningSide'] = true; |
| 1409 |
|
$mapping['isInverseSide'] = false; |
| 1410 |
|
} |
| 1411 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1412 |
|
$mapping['isInverseSide'] = true; |
| 1413 |
|
$mapping['isOwningSide'] = false; |
| 1414 |
|
} |
| 1415 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1416 |
|
$mapping['isInverseSide'] = true; |
| 1417 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1415-1418 (lines=4) @@
|
| 1412 |
|
$mapping['isInverseSide'] = true; |
| 1413 |
|
$mapping['isOwningSide'] = false; |
| 1414 |
|
} |
| 1415 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1416 |
|
$mapping['isInverseSide'] = true; |
| 1417 |
|
$mapping['isOwningSide'] = false; |
| 1418 |
|
} |
| 1419 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1420 |
|
$mapping['orphanRemoval'] = false; |
| 1421 |
|
} |