| 1 | <?php |
||
| 20 | class MagicCommand extends AbstractCommand |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Command configuration |
||
| 24 | */ |
||
| 25 | protected function configure() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param InputInterface $input |
||
| 40 | * @param OutputInterface $output |
||
| 41 | * @return int|null|void |
||
| 42 | */ |
||
| 43 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 47 | } |
||
| 48 |