Example #1
0
 public function getUserCount(&$dbr)
 {
     $standings = new MethodEditorStandingsIndividual();
     $data = $standings->fetchStats();
     return $data['week'];
 }