|
@@ 1296-1299 (lines=4) @@
|
| 1293 |
|
$mapping['isOwningSide'] = true; |
| 1294 |
|
$mapping['isInverseSide'] = false; |
| 1295 |
|
if (isset($mapping['reference'])) { |
| 1296 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1297 |
|
$mapping['isOwningSide'] = true; |
| 1298 |
|
$mapping['isInverseSide'] = false; |
| 1299 |
|
} |
| 1300 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1301 |
|
$mapping['isInverseSide'] = true; |
| 1302 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1300-1303 (lines=4) @@
|
| 1297 |
|
$mapping['isOwningSide'] = true; |
| 1298 |
|
$mapping['isInverseSide'] = false; |
| 1299 |
|
} |
| 1300 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1301 |
|
$mapping['isInverseSide'] = true; |
| 1302 |
|
$mapping['isOwningSide'] = false; |
| 1303 |
|
} |
| 1304 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1305 |
|
$mapping['isInverseSide'] = true; |
| 1306 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1304-1307 (lines=4) @@
|
| 1301 |
|
$mapping['isInverseSide'] = true; |
| 1302 |
|
$mapping['isOwningSide'] = false; |
| 1303 |
|
} |
| 1304 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1305 |
|
$mapping['isInverseSide'] = true; |
| 1306 |
|
$mapping['isOwningSide'] = false; |
| 1307 |
|
} |
| 1308 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1309 |
|
$mapping['orphanRemoval'] = false; |
| 1310 |
|
} |