| 1 | <?php |
||
| 10 | class DumpTypeClassesCommand extends Command |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var EnumTypeRegistratorInterface |
||
| 14 | */ |
||
| 15 | private $registrator; |
||
| 16 | /** |
||
| 17 | * @var array |
||
| 18 | */ |
||
| 19 | private $enums; |
||
| 20 | |||
| 21 | 4 | public function __construct(EnumTypeRegistratorInterface $registrator, array $enums) |
|
| 27 | |||
| 28 | 4 | protected function configure() |
|
| 34 | |||
| 35 | 3 | protected function execute(InputInterface $input, OutputInterface $output) |
|
| 48 | } |
||
| 49 |