1 | <?php |
||
14 | class KeywordsQuestion extends Question |
||
15 | { |
||
16 | /** |
||
17 | * @param InputInterface $input |
||
18 | * @param OutputInterface $output |
||
19 | * @return int |
||
20 | */ |
||
21 | 4 | public function execute(InputInterface $input, OutputInterface $output) |
|
33 | |||
34 | /** |
||
35 | * @param $answer |
||
36 | */ |
||
37 | 4 | private function setAnswer($answer) |
|
45 | } |
||
46 |