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