Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
17 | class CallbackTransformerOperation extends AbstractChainOperation implements DataChainOperationInterface |
||
18 | { |
||
19 | protected $callback; |
||
20 | |||
21 | /** |
||
22 | * CallbackTransformerOperation constructor. |
||
23 | * |
||
24 | * @param $callback |
||
25 | */ |
||
26 | 4 | public function __construct($callback) |
|
29 | 4 | } |
|
30 | |||
31 | 4 | public function processData(DataItemInterface $item, array &$context): ItemInterface |
|
35 | } |
||
36 | } |