| 1 | <?php |
||
| 17 | class MakeControllerCommand extends AbstractCommand |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Set the configurations of the specified command. |
||
| 21 | * |
||
| 22 | * @return void |
||
| 23 | */ |
||
| 24 | 9 | protected function configure() |
|
| 29 | |||
| 30 | /** |
||
| 31 | * Executes the current command. |
||
| 32 | * |
||
| 33 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 34 | * @param \Symfony\Component\Console\Input\OutputInterface $output |
||
| 35 | * @return void |
||
| 36 | */ |
||
| 37 | 6 | protected function execute(InputInterface $input, OutputInterface $output) |
|
| 47 | } |
||
| 48 |