1 | <?php |
||
21 | class EmailSettingsMapper extends BaseComponent implements MapperInterface |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | 1 | public function export(array $settings = []): array |
|
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | 1 | public function import(array $emailSettings, array $settings = []): array |
|
50 | } |
||
51 |