示例#1
0
 public function findMaxAnswersCount($questionId)
 {
     return (int) $this->answerDao->findMaxCountByQuestionId($questionId);
 }