Exemplo n.º 1
0
 public function getRatingHeaderForPlatform(Platform $platform)
 {
     $query = new RatingHeaderQuery();
     $query->filterByGame($this);
     return $query->findOneByPlatformId($platform->getId());
 }