コード例 #1
0
ファイル: ResultsService.php プロジェクト: rleger/TheseEcho
 /**
  * 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();
 }