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