Home
last modified time | relevance | path

Searched refs:unlockedIconUrl (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DAchievementDefinition.php73 public $unlockedIconUrl; variable in Google\\Service\\Games\\AchievementDefinition
246 public function setUnlockedIconUrl($unlockedIconUrl) argument
248 $this->unlockedIconUrl = $unlockedIconUrl;
255 return $this->unlockedIconUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php640 public $unlockedIconUrl; variable in Google_AchievementDefinition
707 public function setUnlockedIconUrl( $unlockedIconUrl) { argument
708 $this->unlockedIconUrl = $unlockedIconUrl;
711 return $this->unlockedIconUrl;