| 1 | <?php  | 
            ||
| 22 | class GeneralSettingsMapper extends BaseComponent implements MapperInterface  | 
            ||
| 23 | { | 
            ||
| 24 | /**  | 
            ||
| 25 |      * {@inheritdoc} | 
            ||
| 26 | */  | 
            ||
| 27 | 1 | public function export(array $settings = []): array  | 
            |
| 41 | |||
| 42 | /**  | 
            ||
| 43 |      * {@inheritdoc} | 
            ||
| 44 | */  | 
            ||
| 45 | 1 | public function import(array $generalSettings, array $settings = []): array  | 
            |
| 60 | }  | 
            ||
| 61 |