| 1 | <?php |
||
| 20 | class GlobalSetDataType implements DataTypeInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Get mapper component handle. |
||
| 24 | * |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getMapperHandle(): string |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Get data of this type. |
||
| 34 | * |
||
| 35 | * @return array |
||
| 36 | */ |
||
| 37 | public function getRecords(): array |
||
| 41 | } |
||
| 42 |