|
@@ 1381-1384 (lines=4) @@
|
| 1378 |
|
$mapping['isOwningSide'] = true; |
| 1379 |
|
$mapping['isInverseSide'] = false; |
| 1380 |
|
if (isset($mapping['reference'])) { |
| 1381 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1382 |
|
$mapping['isOwningSide'] = true; |
| 1383 |
|
$mapping['isInverseSide'] = false; |
| 1384 |
|
} |
| 1385 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1386 |
|
$mapping['isInverseSide'] = true; |
| 1387 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1385-1388 (lines=4) @@
|
| 1382 |
|
$mapping['isOwningSide'] = true; |
| 1383 |
|
$mapping['isInverseSide'] = false; |
| 1384 |
|
} |
| 1385 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1386 |
|
$mapping['isInverseSide'] = true; |
| 1387 |
|
$mapping['isOwningSide'] = false; |
| 1388 |
|
} |
| 1389 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1390 |
|
$mapping['isInverseSide'] = true; |
| 1391 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1389-1392 (lines=4) @@
|
| 1386 |
|
$mapping['isInverseSide'] = true; |
| 1387 |
|
$mapping['isOwningSide'] = false; |
| 1388 |
|
} |
| 1389 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1390 |
|
$mapping['isInverseSide'] = true; |
| 1391 |
|
$mapping['isOwningSide'] = false; |
| 1392 |
|
} |
| 1393 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1394 |
|
$mapping['orphanRemoval'] = false; |
| 1395 |
|
} |