| 1 | <?php |
||
| 14 | class MakeLayoutCommand extends AbstractCommand |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Set the configurations of the specified command. |
||
| 18 | * |
||
| 19 | * @return void |
||
| 20 | */ |
||
| 21 | 6 | protected function configure() |
|
| 25 | |||
| 26 | /** |
||
| 27 | * Executes the current command. |
||
| 28 | * |
||
| 29 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 30 | * @param \Symfony\Component\Console\Input\OutputInterface $output |
||
| 31 | * @return void |
||
| 32 | */ |
||
| 33 | 3 | protected function execute(InputInterface $input, OutputInterface $output) |
|
| 43 | } |
||
| 44 |