示例#1
0
 /**
  * Return the number of answerer.
  *
  * @return mixed
  */
 public function nbAnswer()
 {
     return $this->answers->count();
 }
示例#2
0
 /**
  * Nombre de participants.
  *
  * @return mixed
  */
 public function participants()
 {
     return $this->answersRepository->count();
 }