コード例 #1
0
 public function renderView()
 {
     $this->_match = MatchesDataService::getLiveMatch($this->_websoccer, $this->_db);
     return count($this->_match);
 }