Example #1
0
 function displayLeaderboards()
 {
     if (!$this->editpage) {
         $stats = new CategorizationStandingsIndividual();
         $stats->addStatsWidget();
         $standings = new CategorizationStandingsGroup();
         $standings->addStandingsWidget();
     }
 }
 public function getAverageCount(&$dbr)
 {
     $standings = new CategorizationStandingsGroup();
     return $standings->getStandingByIndex(self::GLOBAL_WIDGET_MEDIAN);
 }