JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbralcoholContent = $alcoholContent; } /** * @return bool */ public function getAlcoholContent() { return $this->alcoholContent; } /** * @param bool */ public function setRestricted($restricted) { $this->restricted = $restricted; } /** * @return bool */ public function getRestricted() { return $this->restricted; } /** * @param string */ public function setVideoGameRating($videoGameRating) { $this->videoGameRating = $videoGameRating; } /** * @return string */ public function getVideoGameRating() { return $this->videoGameRating; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoAgeGating::class, 'Google_Service_YouTube_VideoAgeGating');