コード例 #1
0
 /**
  * @return array
  */
 public function getMostVotedOfTheWeek()
 {
     return $this->repository->getMostVotedOfTheWeek();
 }