| 1 | <?php |
||
| 23 | class VersionCommand extends AbstractCommand |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Configure the Command |
||
| 27 | */ |
||
| 28 | protected function configure() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Executes the Command |
||
| 38 | * |
||
| 39 | * @param InputInterface $input |
||
| 40 | * @param OutputInterface $output |
||
| 41 | * @return int |
||
| 42 | */ |
||
| 43 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 49 | } |
||
| 50 |