alcoholContent = $alcoholContent; } public function getAlcoholContent() { return $this->alcoholContent; } public function setRestricted($restricted) { $this->restricted = $restricted; } public function getRestricted() { return $this->restricted; } public function setVideoGameRating($videoGameRating) { $this->videoGameRating = $videoGameRating; } public function getVideoGameRating() { return $this->videoGameRating; } }