示例#1
0
文件: Games.php 项目: nirkbirk/site
 public function getRatingHeaderForPlatform(Platforms $platform)
 {
     $query = new RatingHeadersQuery();
     $query->filterByGames($this);
     return $query->findOneByGamePlatformId($platform->getId());
 }