예제 #1
0
파일: Games.php 프로젝트: nirkbirk/site
 public function getRatingHeaderForPlatform(Platforms $platform)
 {
     $query = new RatingHeadersQuery();
     $query->filterByGames($this);
     return $query->findOneByGamePlatformId($platform->getId());
 }