1 | <?php |
||
19 | class GlobalSetDataType extends Base |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | 1 | public function getMapperHandle(): string |
|
28 | |||
29 | /** |
||
30 | * Get data of this type. |
||
31 | * |
||
32 | * @return array |
||
33 | */ |
||
34 | 1 | public function getRecords(): array |
|
38 | |||
39 | /** |
||
40 | * Reset craft global sets cache using reflection. |
||
41 | */ |
||
42 | public function afterImport() |
||
52 | } |
||
53 |