|
@@ 1196-1199 (lines=4) @@
|
| 1193 |
|
$mapping['isOwningSide'] = true; |
| 1194 |
|
$mapping['isInverseSide'] = false; |
| 1195 |
|
if (isset($mapping['reference'])) { |
| 1196 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1197 |
|
$mapping['isOwningSide'] = true; |
| 1198 |
|
$mapping['isInverseSide'] = false; |
| 1199 |
|
} |
| 1200 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1201 |
|
$mapping['isInverseSide'] = true; |
| 1202 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1200-1203 (lines=4) @@
|
| 1197 |
|
$mapping['isOwningSide'] = true; |
| 1198 |
|
$mapping['isInverseSide'] = false; |
| 1199 |
|
} |
| 1200 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1201 |
|
$mapping['isInverseSide'] = true; |
| 1202 |
|
$mapping['isOwningSide'] = false; |
| 1203 |
|
} |
| 1204 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1205 |
|
$mapping['isInverseSide'] = true; |
| 1206 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1204-1207 (lines=4) @@
|
| 1201 |
|
$mapping['isInverseSide'] = true; |
| 1202 |
|
$mapping['isOwningSide'] = false; |
| 1203 |
|
} |
| 1204 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1205 |
|
$mapping['isInverseSide'] = true; |
| 1206 |
|
$mapping['isOwningSide'] = false; |
| 1207 |
|
} |
| 1208 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1209 |
|
$mapping['orphanRemoval'] = false; |
| 1210 |
|
} |