/var/www/flurhymez/vendor/google/apiclient-services/src/Games
NameSizeModeActions
Resource/-0755rm
AchievementDefinition.php47120644editdlrm
AchievementDefinitionsListResponse.php17940644editdlrm
AchievementIncrementResponse.php16850644editdlrm
AchievementRevealResponse.php13940644editdlrm
AchievementSetStepsAtLeastResponse.php17030644editdlrm
AchievementUnlockResponse.php13950644editdlrm
AchievementUpdateMultipleRequest.php15180644editdlrm
AchievementUpdateMultipleResponse.php16320644editdlrm
AchievementUpdateRequest.php26240644editdlrm
AchievementUpdateResponse.php25610644editdlrm
Application.php47620644editdlrm
ApplicationCategory.php16100644editdlrm
ApplicationVerifyResponse.php18250644editdlrm
Category.php16330644editdlrm
CategoryListResponse.php17130644editdlrm
EndPoint.php10460644editdlrm
EventBatchRecordFailure.php17030644editdlrm
EventChild.php13140644editdlrm
EventDefinition.php31040644editdlrm
EventDefinitionListResponse.php17550644editdlrm
EventPeriodRange.php17130644editdlrm
EventPeriodUpdate.php18100644editdlrm
EventRecordFailure.php16280644editdlrm
EventRecordRequest.php20850644editdlrm
EventUpdateRequest.php16560644editdlrm
EventUpdateResponse.php22540644editdlrm
GamesAchievementIncrement.php16050644editdlrm
GamesAchievementSetStepsAtLeast.php13540644editdlrm
ImageAsset.php19910644editdlrm
Instance.php36170644editdlrm
InstanceAndroidDetails.php19600644editdlrm
InstanceIosDetails.php28900644editdlrm
InstanceWebDetails.php16150644editdlrm
Leaderboard.php23240644editdlrm
LeaderboardEntry.php34110644editdlrm
LeaderboardListResponse.php17310644editdlrm
LeaderboardScoreRank.php22210644editdlrm
LeaderboardScores.php26570644editdlrm
MetagameConfig.php17650644editdlrm
Player.php44790644editdlrm
PlayerAchievement.php29580644editdlrm
PlayerAchievementListResponse.php17670644editdlrm
PlayerEvent.php22150644editdlrm
PlayerEventListResponse.php17310644editdlrm
PlayerExperienceInfo.php25220644editdlrm
PlayerLeaderboardScore.php39900644editdlrm
PlayerLeaderboardScoreListResponse.php20800644editdlrm
PlayerLevel.php19720644editdlrm
PlayerListResponse.php17010644editdlrm
PlayerName.php13700644editdlrm
PlayerScore.php21310644editdlrm
PlayerScoreListResponse.php15480644editdlrm
PlayerScoreResponse.php27180644editdlrm
PlayerScoreSubmissionList.php14610644editdlrm
ProfileSettings.php17250644editdlrm
RevisionCheckResponse.php16720644editdlrm
ScoreSubmission.php21430644editdlrm
Snapshot.php38380644editdlrm
SnapshotImage.php21080644editdlrm
SnapshotListResponse.php17130644editdlrm
StatsResponse.php48990644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Games/AchievementDefinition.php (4712B)
achievementType = $achievementType; } /** * @return string */ public function getAchievementType() { return $this->achievementType; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setExperiencePoints($experiencePoints) { $this->experiencePoints = $experiencePoints; } /** * @return string */ public function getExperiencePoints() { return $this->experiencePoints; } /** * @param string */ public function setFormattedTotalSteps($formattedTotalSteps) { $this->formattedTotalSteps = $formattedTotalSteps; } /** * @return string */ public function getFormattedTotalSteps() { return $this->formattedTotalSteps; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setInitialState($initialState) { $this->initialState = $initialState; } /** * @return string */ public function getInitialState() { return $this->initialState; } /** * @param bool */ public function setIsRevealedIconUrlDefault($isRevealedIconUrlDefault) { $this->isRevealedIconUrlDefault = $isRevealedIconUrlDefault; } /** * @return bool */ public function getIsRevealedIconUrlDefault() { return $this->isRevealedIconUrlDefault; } /** * @param bool */ public function setIsUnlockedIconUrlDefault($isUnlockedIconUrlDefault) { $this->isUnlockedIconUrlDefault = $isUnlockedIconUrlDefault; } /** * @return bool */ public function getIsUnlockedIconUrlDefault() { return $this->isUnlockedIconUrlDefault; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setRevealedIconUrl($revealedIconUrl) { $this->revealedIconUrl = $revealedIconUrl; } /** * @return string */ public function getRevealedIconUrl() { return $this->revealedIconUrl; } /** * @param int */ public function setTotalSteps($totalSteps) { $this->totalSteps = $totalSteps; } /** * @return int */ public function getTotalSteps() { return $this->totalSteps; } /** * @param string */ public function setUnlockedIconUrl($unlockedIconUrl) { $this->unlockedIconUrl = $unlockedIconUrl; } /** * @return string */ public function getUnlockedIconUrl() { return $this->unlockedIconUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AchievementDefinition::class, 'Google_Service_Games_AchievementDefinition');