/var/www/flurhymez/vendor/google/apiclient-services/src/GamesManagement
NameSizeModeActions
Resource/-0755rm
AchievementResetAllResponse.php15230644editdlrm
AchievementResetMultipleForAllRequest.php16160644editdlrm
AchievementResetResponse.php19990644editdlrm
EventsResetMultipleForAllRequest.php15410644editdlrm
GamesPlayerExperienceInfoResource.php24510644editdlrm
GamesPlayerLevelResource.php17970644editdlrm
HiddenPlayer.php16860644editdlrm
HiddenPlayerList.php17330644editdlrm
Player.php42610644editdlrm
PlayerName.php13900644editdlrm
PlayerScoreResetAllResponse.php15230644editdlrm
PlayerScoreResetResponse.php18140644editdlrm
ProfileSettings.php13920644editdlrm
ScoresResetMultipleForAllRequest.php16010644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/GamesManagement/PlayerName.php (1390B)
familyName = $familyName; } /** * @return string */ public function getFamilyName() { return $this->familyName; } /** * @param string */ public function setGivenName($givenName) { $this->givenName = $givenName; } /** * @return string */ public function getGivenName() { return $this->givenName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PlayerName::class, 'Google_Service_GamesManagement_PlayerName');