Example #1
0
 function displayLeaderboards()
 {
     $stats = new MethodEditorStandingsIndividual();
     $stats->addStatsWidget();
     $standings = new MethodEditorStandingsGroup();
     $standings->addStandingsWidget();
 }
Example #2
0
 public function getUserCount(&$dbr)
 {
     $standings = new MethodEditorStandingsIndividual();
     $data = $standings->fetchStats();
     return $data['week'];
 }