Total Complexity | 4 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class JsonExtractOperation extends AbstractChainOperation implements DataChainOperationInterface |
||
16 | { |
||
17 | protected string $fileKey; |
||
18 | |||
19 | protected bool $scoped; |
||
20 | |||
21 | public function __construct(string $fileKey, bool $scoped) |
||
25 | } |
||
26 | |||
27 | public function processData(DataItemInterface $item, ExecutionContext $context): ItemInterface |
||
43 |