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