| 1 | <?php |
||
| 14 | class HydratorGenerationCommand extends Command |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Configures the command. |
||
| 18 | */ |
||
| 19 | protected function configure() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Code executed when command invoked. |
||
| 28 | * |
||
| 29 | * @param InputInterface $input |
||
| 30 | * @param OutputInterface $output |
||
| 31 | */ |
||
| 32 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 43 | } |
||
| 44 |