コード例 #1
0
ファイル: Games.php プロジェクト: nirkbirk/site
 public function getRatingHeaderForPlatform(Platforms $platform)
 {
     $query = new RatingHeadersQuery();
     $query->filterByGames($this);
     return $query->findOneByGamePlatformId($platform->getId());
 }