Ejemplo n.º 1
0
 public function getUserCount()
 {
     $standings = new EditFinderStandingsIndividual('topic');
     $data = $standings->fetchStats();
     return $data['week'];
 }