Ejemplo n.º 1
0
 public function getRatingHeaderForPlatform(Platforms $platform)
 {
     $query = new RatingHeadersQuery();
     $query->filterByGames($this);
     return $query->findOneByGamePlatformId($platform->getId());
 }