1 | <?php |
||
12 | class ListCommand extends Command |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * @var ImporterRepository |
||
17 | */ |
||
18 | private $importerRepository; |
||
19 | |||
20 | public function __construct(ImporterRepository $importerRepository) |
||
26 | |||
27 | protected function configure() |
||
31 | |||
32 | protected function execute(InputInterface $input, OutputInterface $output) |
||
49 | } |
||
50 |