예제 #1
0
 /**
  * Returns the best ranked committers for a given topic and month
  *
  * @param string the topic
  * @param string the month identifier
  */
 public function getTopicAwardsForMonth($topic, $month)
 {
     return $this->aggregatedDataPerUserRepository->findBestRankedForTopicAndMonth($topic, $month);
 }