| 1 | <?php |
||
| 12 | class StatusCommand extends AbstractManagerCommand |
||
| 13 | { |
||
| 14 | protected function configure() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param InputInterface $input |
||
| 23 | * @param OutputInterface $output |
||
| 24 | * @return int|null|void |
||
| 25 | */ |
||
| 26 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param OutputInterface $output |
||
| 37 | * @param $binary |
||
| 38 | */ |
||
| 39 | protected function outputBinaryStatus(OutputInterface $output, $binary) |
||
| 53 | } |
||
| 54 |