Exemplo n.º 1
0
 function setSideWidgets()
 {
     $indi = new VideoStandingsIndividual();
     $indi->addStatsWidget();
     $standings = new VideoStandingsGroup();
     $standings->addStandingsWidget();
 }
Exemplo n.º 2
0
 public function getUserCount()
 {
     $standings = new VideoStandingsIndividual();
     $data = $standings->fetchStats();
     return $data['week'];
 }