Beispiel #1
0
 /**
  *
  * Gets data from the Leaderboard class for this widget
  */
 function getLeaderboardData(&$dbr, $starttimestamp)
 {
     $data = Leaderboard::getArticlesNABed($starttimestamp);
     arsort($data);
     return $data;
 }