| 1 | <?php |
||
| 11 | class ModulesCommand extends AbstractConsoleCommand |
||
| 12 | { |
||
| 13 | protected function configure() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param InputInterface $input |
||
| 23 | * @param OutputInterface $output |
||
| 24 | * |
||
| 25 | * @return int|void |
||
| 26 | */ |
||
| 27 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 42 | } |
||
| 43 |