| 1 | <?php |
||
| 10 | class DebugCommand extends Command |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var array |
||
| 14 | */ |
||
| 15 | private $mappings; |
||
| 16 | |||
| 17 | public function __construct(array $mappings) |
||
| 23 | |||
| 24 | protected function configure() |
||
| 28 | |||
| 29 | public function execute(InputInterface $input, OutputInterface $output) |
||
| 43 | |||
| 44 | private function mappingToRows(array $listeners) |
||
| 53 | } |
||
| 54 |