|
@@ 1220-1223 (lines=4) @@
|
| 1217 |
|
$mapping['isOwningSide'] = true; |
| 1218 |
|
$mapping['isInverseSide'] = false; |
| 1219 |
|
if (isset($mapping['reference'])) { |
| 1220 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1221 |
|
$mapping['isOwningSide'] = true; |
| 1222 |
|
$mapping['isInverseSide'] = false; |
| 1223 |
|
} |
| 1224 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1225 |
|
$mapping['isInverseSide'] = true; |
| 1226 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1224-1227 (lines=4) @@
|
| 1221 |
|
$mapping['isOwningSide'] = true; |
| 1222 |
|
$mapping['isInverseSide'] = false; |
| 1223 |
|
} |
| 1224 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1225 |
|
$mapping['isInverseSide'] = true; |
| 1226 |
|
$mapping['isOwningSide'] = false; |
| 1227 |
|
} |
| 1228 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1229 |
|
$mapping['isInverseSide'] = true; |
| 1230 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1228-1231 (lines=4) @@
|
| 1225 |
|
$mapping['isInverseSide'] = true; |
| 1226 |
|
$mapping['isOwningSide'] = false; |
| 1227 |
|
} |
| 1228 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1229 |
|
$mapping['isInverseSide'] = true; |
| 1230 |
|
$mapping['isOwningSide'] = false; |
| 1231 |
|
} |
| 1232 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1233 |
|
$mapping['orphanRemoval'] = false; |
| 1234 |
|
} |