예제 #1
0
 function displayLeaderboards()
 {
     $stats = new MethodGuardianStandingsIndividual();
     $stats->addStatsWidget();
     $standings = new MethodGuardianStandingsGroup();
     $standings->addStandingsWidget();
 }