Total Complexity | 3 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class GetDefinitionCommand extends Command |
||
13 | { |
||
14 | protected ChainProcessorsManager $chainProcessorsManager; |
||
15 | |||
16 | /** |
||
17 | * ExecuteCommand constructor. |
||
18 | * @param ChainProcessorsManager $chainProcessorsManager |
||
19 | */ |
||
20 | public function __construct(ChainProcessorsManager $chainProcessorsManager) |
||
24 | } |
||
25 | |||
26 | |||
27 | protected function configure() |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @throws \Oliverde8\Component\PhpEtl\Exception\ChainOperationException |
||
35 | */ |
||
36 | protected function execute(InputInterface $input, OutputInterface $output) |
||
45 |