|
@@ 1324-1327 (lines=4) @@
|
| 1321 |
|
$mapping['isOwningSide'] = true; |
| 1322 |
|
$mapping['isInverseSide'] = false; |
| 1323 |
|
if (isset($mapping['reference'])) { |
| 1324 |
|
if (isset($mapping['inversedBy']) && $mapping['inversedBy']) { |
| 1325 |
|
$mapping['isOwningSide'] = true; |
| 1326 |
|
$mapping['isInverseSide'] = false; |
| 1327 |
|
} |
| 1328 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1329 |
|
$mapping['isInverseSide'] = true; |
| 1330 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1328-1331 (lines=4) @@
|
| 1325 |
|
$mapping['isOwningSide'] = true; |
| 1326 |
|
$mapping['isInverseSide'] = false; |
| 1327 |
|
} |
| 1328 |
|
if (isset($mapping['mappedBy']) && $mapping['mappedBy']) { |
| 1329 |
|
$mapping['isInverseSide'] = true; |
| 1330 |
|
$mapping['isOwningSide'] = false; |
| 1331 |
|
} |
| 1332 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1333 |
|
$mapping['isInverseSide'] = true; |
| 1334 |
|
$mapping['isOwningSide'] = false; |
|
@@ 1332-1335 (lines=4) @@
|
| 1329 |
|
$mapping['isInverseSide'] = true; |
| 1330 |
|
$mapping['isOwningSide'] = false; |
| 1331 |
|
} |
| 1332 |
|
if (isset($mapping['repositoryMethod'])) { |
| 1333 |
|
$mapping['isInverseSide'] = true; |
| 1334 |
|
$mapping['isOwningSide'] = false; |
| 1335 |
|
} |
| 1336 |
|
if (!isset($mapping['orphanRemoval'])) { |
| 1337 |
|
$mapping['orphanRemoval'] = false; |
| 1338 |
|
} |