ItemProcessorInterface
ItemProcessorInterface.php
:
11
Interface
Methods¶
process()
¶
ItemProcessorInterface.php
:
23
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $processedItemData | array<string, scalar|null> | - | - |
| $item | object | - | - |
Return values
array<string, scalar|null>
supports()
¶
ItemProcessorInterface.php
:
16
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $processedItemData | array<string, scalar|null> | - | - |
| $item | object | - | - |
Return values
bool