ExportDataProcessorInterface
ExportDataProcessorInterface.php
:
11
Interface
Methods¶
process()
¶
ExportDataProcessorInterface.php
:
23
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $data | array<string|int, mixed> | - |
Arbitrary data structure matching data mapping in CDP |
Return values
array<string|int, mixed>
supports()
¶
ExportDataProcessorInterface.php
:
16
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $data | array<string|int, mixed> | - |
Arbitrary data structure matching data mapping in CDP |
Return values
bool