Exemplo n.º 1
0
 public function findMaxAnswersCount($questionId)
 {
     return (int) $this->answerDao->findMaxCountByQuestionId($questionId);
 }