Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DLeaderboardEntry.php29 public $formattedScoreRank; variable in Google\\Service\\Games\\LeaderboardEntry
74 public function setFormattedScoreRank($formattedScoreRank) argument
76 $this->formattedScoreRank = $formattedScoreRank;
83 return $this->formattedScoreRank;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1238 public $formattedScoreRank; variable in Google_LeaderboardEntry
1253 public function setFormattedScoreRank( $formattedScoreRank) { argument
1254 $this->formattedScoreRank = $formattedScoreRank;
1257 return $this->formattedScoreRank;