Total Complexity | 3 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class FactFinderSdkExportConsole extends Console |
||
20 | { |
||
21 | public const COMMAND_NAME = 'fact-finder:export:products'; |
||
22 | public const COMMAND_DESCRIPTION = 'Export product data for Fact Finder'; |
||
23 | |||
24 | /** |
||
25 | * @return void |
||
26 | */ |
||
27 | protected function configure() |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
37 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
38 | * |
||
39 | * @return int|null|void |
||
40 | */ |
||
41 | protected function execute(InputInterface $input, OutputInterface $output) |
||
53 |