developerPlayerKey = $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');