| 1 | <?php |
||
| 23 | abstract class AbstractGeneratorCommand extends AbstractObjectOutputCommand |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function isEnabled() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Configures the current command. |
||
| 35 | */ |
||
| 36 | protected function configure() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @param InputInterface $input |
||
| 47 | * |
||
| 48 | * @return array |
||
| 49 | */ |
||
| 50 | protected function getOptions(InputInterface $input): array |
||
| 62 | } |
||
| 63 |