1 | <?php |
||
22 | class RunCommand extends AbstractCommand |
||
23 | { |
||
24 | /** |
||
25 | * Command configuration |
||
26 | */ |
||
27 | 14 | protected function configure() |
|
47 | |||
48 | /** |
||
49 | * @param InputInterface $input |
||
50 | * @param OutputInterface $output |
||
51 | * @return int|null|void |
||
52 | */ |
||
53 | protected function execute(InputInterface $input, OutputInterface $output) |
||
61 | } |
||
62 |