|
@@ 1250-1253 (lines=4) @@
|
| 1247 |
|
$mapping['isOwningSide'] = true; |
| 1248 |
|
$mapping['isInverseSide'] = false; |
| 1249 |
|
if (isset($mapping['reference'])) { |
| 1250 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1251 |
|
$mapping['isOwningSide'] = true; |
| 1252 |
|
$mapping['isInverseSide'] = false; |
| 1253 |
|
} |
| 1254 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1255 |
|
$mapping['isInverseSide'] = true; |
| 1256 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1254-1257 (lines=4) @@
|
| 1251 |
|
$mapping['isOwningSide'] = true; |
| 1252 |
|
$mapping['isInverseSide'] = false; |
| 1253 |
|
} |
| 1254 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1255 |
|
$mapping['isInverseSide'] = true; |
| 1256 |
|
$mapping['isOwningSide'] = false; |
| 1257 |
|
} |
| 1258 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1259 |
|
$mapping['isInverseSide'] = true; |
| 1260 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1258-1261 (lines=4) @@
|
| 1255 |
|
$mapping['isInverseSide'] = true; |
| 1256 |
|
$mapping['isOwningSide'] = false; |
| 1257 |
|
} |
| 1258 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1259 |
|
$mapping['isInverseSide'] = true; |
| 1260 |
|
$mapping['isOwningSide'] = false; |
| 1261 |
|
} |
| 1262 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1263 |
|
$mapping['orphanRemoval'] = false; |
| 1264 |
|
} |