1 | <?php |
||
11 | class DebugCommand extends Command |
||
12 | { |
||
13 | /** |
||
14 | * @var array |
||
15 | */ |
||
16 | private $mappings; |
||
17 | |||
18 | 3 | public function __construct(array $mappings) |
|
24 | |||
25 | 3 | protected function configure() |
|
29 | |||
30 | 3 | public function execute(InputInterface $input, OutputInterface $output) |
|
50 | |||
51 | 3 | private function mappingToRows(array $map) |
|
60 | } |
||
61 |