|
@@ 1434-1437 (lines=4) @@
|
| 1431 |
|
$mapping['isOwningSide'] = true; |
| 1432 |
|
$mapping['isInverseSide'] = false; |
| 1433 |
|
if (isset($mapping['reference'])) { |
| 1434 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1435 |
|
$mapping['isOwningSide'] = true; |
| 1436 |
|
$mapping['isInverseSide'] = false; |
| 1437 |
|
} |
| 1438 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1439 |
|
$mapping['isInverseSide'] = true; |
| 1440 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1438-1441 (lines=4) @@
|
| 1435 |
|
$mapping['isOwningSide'] = true; |
| 1436 |
|
$mapping['isInverseSide'] = false; |
| 1437 |
|
} |
| 1438 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1439 |
|
$mapping['isInverseSide'] = true; |
| 1440 |
|
$mapping['isOwningSide'] = false; |
| 1441 |
|
} |
| 1442 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1443 |
|
$mapping['isInverseSide'] = true; |
| 1444 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1442-1445 (lines=4) @@
|
| 1439 |
|
$mapping['isInverseSide'] = true; |
| 1440 |
|
$mapping['isOwningSide'] = false; |
| 1441 |
|
} |
| 1442 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1443 |
|
$mapping['isInverseSide'] = true; |
| 1444 |
|
$mapping['isOwningSide'] = false; |
| 1445 |
|
} |
| 1446 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1447 |
|
$mapping['orphanRemoval'] = false; |
| 1448 |
|
} |