Example #1
0
 function displayLeaderboards()
 {
     $stats = new MethodEditorStandingsIndividual();
     $stats->addStatsWidget();
     $standings = new MethodEditorStandingsGroup();
     $standings->addStandingsWidget();
 }
Example #2
0
 public function getAverageCount(&$dbr)
 {
     $standings = new MethodEditorStandingsGroup();
     return $standings->getStandingByIndex(self::GLOBAL_WIDGET_MEDIAN);
 }