|
@@ 1304-1307 (lines=4) @@
|
| 1301 |
|
$mapping['isOwningSide'] = true; |
| 1302 |
|
$mapping['isInverseSide'] = false; |
| 1303 |
|
if (isset($mapping['reference'])) { |
| 1304 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1305 |
|
$mapping['isOwningSide'] = true; |
| 1306 |
|
$mapping['isInverseSide'] = false; |
| 1307 |
|
} |
| 1308 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1309 |
|
$mapping['isInverseSide'] = true; |
| 1310 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1308-1311 (lines=4) @@
|
| 1305 |
|
$mapping['isOwningSide'] = true; |
| 1306 |
|
$mapping['isInverseSide'] = false; |
| 1307 |
|
} |
| 1308 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1309 |
|
$mapping['isInverseSide'] = true; |
| 1310 |
|
$mapping['isOwningSide'] = false; |
| 1311 |
|
} |
| 1312 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1313 |
|
$mapping['isInverseSide'] = true; |
| 1314 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1312-1315 (lines=4) @@
|
| 1309 |
|
$mapping['isInverseSide'] = true; |
| 1310 |
|
$mapping['isOwningSide'] = false; |
| 1311 |
|
} |
| 1312 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1313 |
|
$mapping['isInverseSide'] = true; |
| 1314 |
|
$mapping['isOwningSide'] = false; |
| 1315 |
|
} |
| 1316 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1317 |
|
$mapping['orphanRemoval'] = false; |
| 1318 |
|
} |