Пример #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();
 }