Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerLeaderboardScore.php105 public function setPublicRank(LeaderboardScoreRank $publicRank) argument
107 $this->publicRank = $publicRank;
114 return $this->publicRank;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1658 public $publicRank; variable in Google_PlayerLeaderboardScore
1678 public function setPublicRank(Google_LeaderboardScoreRank $publicRank) { argument
1679 $this->publicRank = $publicRank;
1682 return $this->publicRank;