1 | <?php |
||
14 | abstract class Question extends Task |
||
15 | { |
||
16 | /** |
||
17 | * @param InputInterface $input |
||
18 | * @param OutputInterface $output |
||
19 | * @param SimpleQuestion $question |
||
20 | * @return mixed |
||
21 | */ |
||
22 | 16 | protected function ask(InputInterface $input, OutputInterface $output, SimpleQuestion $question) |
|
26 | } |
||
27 |