コード例 #1
0
ファイル: Categorizer.body.php プロジェクト: ErdemA/wikihow
 function displayLeaderboards()
 {
     if (!$this->editpage) {
         $stats = new CategorizationStandingsIndividual();
         $stats->addStatsWidget();
         $standings = new CategorizationStandingsGroup();
         $standings->addStandingsWidget();
     }
 }
コード例 #2
0
 public function getAverageCount(&$dbr)
 {
     $standings = new CategorizationStandingsGroup();
     return $standings->getStandingByIndex(self::GLOBAL_WIDGET_MEDIAN);
 }