| 1 | <?php |
||
| 22 | final class ConfigureIO |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Configures both given input and output with |
||
| 26 | * options from the enviroment. |
||
| 27 | * |
||
| 28 | * @param InputInterface $input |
||
| 29 | * @param Output $output |
||
| 30 | * |
||
| 31 | * @return void |
||
| 32 | * |
||
| 33 | * @throws \ReflectionException |
||
| 34 | */ |
||
| 35 | 3 | public static function of(InputInterface $input, Output $output): void |
|
| 43 | } |
||
| 44 | |||
| 45 |