|
@@ 162-164 (lines=3) @@
|
| 159 |
|
if (isset($config['default_context'][$configKey]['serialize_null'])) { |
| 160 |
|
$contextFactory->addMethodCall('setSerializeNulls', [$config['default_context'][$configKey]['serialize_null']]); |
| 161 |
|
} |
| 162 |
|
if (!empty($config['default_context'][$configKey]['attributes'])) { |
| 163 |
|
$contextFactory->addMethodCall('setAttributes', [$config['default_context'][$configKey]['attributes']]); |
| 164 |
|
} |
| 165 |
|
if (!empty($config['default_context'][$configKey]['groups'])) { |
| 166 |
|
$contextFactory->addMethodCall('setGroups', [$config['default_context'][$configKey]['groups']]); |
| 167 |
|
} |
|
@@ 165-167 (lines=3) @@
|
| 162 |
|
if (!empty($config['default_context'][$configKey]['attributes'])) { |
| 163 |
|
$contextFactory->addMethodCall('setAttributes', [$config['default_context'][$configKey]['attributes']]); |
| 164 |
|
} |
| 165 |
|
if (!empty($config['default_context'][$configKey]['groups'])) { |
| 166 |
|
$contextFactory->addMethodCall('setGroups', [$config['default_context'][$configKey]['groups']]); |
| 167 |
|
} |
| 168 |
|
} |
| 169 |
|
} |
| 170 |
|
|