コード例 #1
0
 private function buildRatings($id)
 {
     return ['list' => Views\GameRatingExtended::fetchAllByGameType($this->pdo, $id), 'max_score' => Tables\GameRating::SCORE_MAX];
 }