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