1 | <?php |
||
11 | class FrontController extends QuestionController |
||
12 | { |
||
13 | |||
14 | |||
15 | /** |
||
16 | * View specific question and create answer form |
||
17 | * |
||
18 | * @return void |
||
19 | */ |
||
20 | public function postComment($id) |
||
35 | |||
36 | /** |
||
37 | * View specific question and create answer form |
||
38 | * |
||
39 | * @return void |
||
40 | */ |
||
41 | public function postVote() |
||
60 | } |
||
61 |