|
@@ 1230-1233 (lines=4) @@
|
| 1227 |
|
$mapping['isOwningSide'] = true; |
| 1228 |
|
$mapping['isInverseSide'] = false; |
| 1229 |
|
if (isset($mapping['reference'])) { |
| 1230 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1231 |
|
$mapping['isOwningSide'] = true; |
| 1232 |
|
$mapping['isInverseSide'] = false; |
| 1233 |
|
} |
| 1234 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1235 |
|
$mapping['isInverseSide'] = true; |
| 1236 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1234-1237 (lines=4) @@
|
| 1231 |
|
$mapping['isOwningSide'] = true; |
| 1232 |
|
$mapping['isInverseSide'] = false; |
| 1233 |
|
} |
| 1234 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1235 |
|
$mapping['isInverseSide'] = true; |
| 1236 |
|
$mapping['isOwningSide'] = false; |
| 1237 |
|
} |
| 1238 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1239 |
|
$mapping['isInverseSide'] = true; |
| 1240 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1238-1241 (lines=4) @@
|
| 1235 |
|
$mapping['isInverseSide'] = true; |
| 1236 |
|
$mapping['isOwningSide'] = false; |
| 1237 |
|
} |
| 1238 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1239 |
|
$mapping['isInverseSide'] = true; |
| 1240 |
|
$mapping['isOwningSide'] = false; |
| 1241 |
|
} |
| 1242 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1243 |
|
$mapping['orphanRemoval'] = false; |
| 1244 |
|
} |