| 1 | <?php |
||
| 10 | class ConsoleStyle extends SymfonyStyle |
||
| 11 | { |
||
| 12 | public function __construct(InputInterface $input, OutputInterface $output) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Asks the same question multiple times returning the answers as an array. |
||
| 21 | * |
||
| 22 | * @param string $question |
||
| 23 | * @param callable $validator |
||
| 24 | * @return array |
||
| 25 | */ |
||
| 26 | public function askMultiple(string $question, callable $validator = null): array |
||
| 37 | } |
||
| 38 |