Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerLeaderboardScore.php161 public function setSocialRank(LeaderboardScoreRank $socialRank) argument
163 $this->socialRank = $socialRank;
170 return $this->socialRank;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1663 public $socialRank; variable in Google_PlayerLeaderboardScore
1696 public function setSocialRank(Google_LeaderboardScoreRank $socialRank) { argument
1697 $this->socialRank = $socialRank;
1700 return $this->socialRank;