|
@@ 1388-1391 (lines=4) @@
|
| 1385 |
|
$mapping['isOwningSide'] = true; |
| 1386 |
|
$mapping['isInverseSide'] = false; |
| 1387 |
|
if (isset($mapping['reference'])) { |
| 1388 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1389 |
|
$mapping['isOwningSide'] = true; |
| 1390 |
|
$mapping['isInverseSide'] = false; |
| 1391 |
|
} |
| 1392 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1393 |
|
$mapping['isInverseSide'] = true; |
| 1394 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1392-1395 (lines=4) @@
|
| 1389 |
|
$mapping['isOwningSide'] = true; |
| 1390 |
|
$mapping['isInverseSide'] = false; |
| 1391 |
|
} |
| 1392 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1393 |
|
$mapping['isInverseSide'] = true; |
| 1394 |
|
$mapping['isOwningSide'] = false; |
| 1395 |
|
} |
| 1396 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1397 |
|
$mapping['isInverseSide'] = true; |
| 1398 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1396-1399 (lines=4) @@
|
| 1393 |
|
$mapping['isInverseSide'] = true; |
| 1394 |
|
$mapping['isOwningSide'] = false; |
| 1395 |
|
} |
| 1396 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1397 |
|
$mapping['isInverseSide'] = true; |
| 1398 |
|
$mapping['isOwningSide'] = false; |
| 1399 |
|
} |
| 1400 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1401 |
|
$mapping['orphanRemoval'] = false; |
| 1402 |
|
} |