Home
last modified time | relevance | path

Searched refs:achievementType (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DAchievementConfiguration.php25 public $achievementType; variable in Google\\Service\\GamesConfiguration\\AchievementConfiguration
54 public function setAchievementType($achievementType) argument
56 $this->achievementType = $achievementType;
63 return $this->achievementType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementDefinition.php25 public $achievementType; variable in Google\\Service\\Games\\AchievementDefinition
78 public function setAchievementType($achievementType) argument
80 $this->achievementType = $achievementType;
87 return $this->achievementType;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php629 public $achievementType; variable in Google_AchievementDefinition
641 public function setAchievementType( $achievementType) { argument
642 $this->achievementType = $achievementType;
645 return $this->achievementType;