1 | <?php |
||
7 | class Style extends SymfonyStyle |
||
8 | { |
||
9 | /** |
||
10 | * Asks the same question multiple times returning the answers as an array. |
||
11 | * |
||
12 | * @param string $question |
||
13 | * @param callable $validator |
||
14 | * @return array |
||
15 | */ |
||
16 | public function askMultiple(string $question, callable $validator = null): array |
||
27 | } |
||
28 |