Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DLeaderboardEntry.php39 public $scoreRank; variable in Google\\Service\\Games\\LeaderboardEntry
116 public function setScoreRank($scoreRank) argument
118 $this->scoreRank = $scoreRank;
125 return $this->scoreRank;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1243 public $scoreRank; variable in Google_LeaderboardEntry
1271 public function setScoreRank( $scoreRank) { argument
1272 $this->scoreRank = $scoreRank;
1275 return $this->scoreRank;