| 1 | <?php |
||
| 22 | class Status extends Command |
||
| 23 | { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Configure command |
||
| 27 | */ |
||
| 28 | protected function configure() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Executes the command |
||
| 38 | * |
||
| 39 | * @param InputInterface $input |
||
| 40 | * @param OutputInterface $output |
||
| 41 | * |
||
| 42 | * @return null|int null or 0 if everything went fine, or an error code |
||
| 43 | */ |
||
| 44 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 50 | } |