Example #1
0
 function displayLeaderboards()
 {
     $stats = new MethodEditorStandingsIndividual();
     $stats->addStatsWidget();
     $standings = new MethodEditorStandingsGroup();
     $standings->addStandingsWidget();
 }