JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrdeveloperPlayerKey = $developerPlayerKey; } /** * @return string */ public function getDeveloperPlayerKey() { return $this->developerPlayerKey; } /** * @param string */ public function setGamePlayerId($gamePlayerId) { $this->gamePlayerId = $gamePlayerId; } /** * @return string */ public function getGamePlayerId() { return $this->gamePlayerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ScopedPlayerIds::class, 'Google_Service_Games_ScopedPlayerIds');