Home
last modified time | relevance | path

Searched refs:formattedScore (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerScore.php25 public $formattedScore; variable in Google\\Service\\Games\\PlayerScore
46 public function setFormattedScore($formattedScore) argument
48 $this->formattedScore = $formattedScore;
55 return $this->formattedScore;
H A DPlayerScoreResponse.php30 public $formattedScore; variable in Google\\Service\\Games\\PlayerScoreResponse
63 public function setFormattedScore($formattedScore) argument
65 $this->formattedScore = $formattedScore;
72 return $this->formattedScore;
H A DLeaderboardEntry.php25 public $formattedScore; variable in Google\\Service\\Games\\LeaderboardEntry
60 public function setFormattedScore($formattedScore) argument
62 $this->formattedScore = $formattedScore;
69 return $this->formattedScore;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1237 public $formattedScore; variable in Google_LeaderboardEntry
1247 public function setFormattedScore( $formattedScore) { argument
1248 $this->formattedScore = $formattedScore;
1251 return $this->formattedScore;
1744 public $formattedScore; variable in Google_PlayerScore
1748 public function setFormattedScore( $formattedScore) { argument
1749 $this->formattedScore = $formattedScore;
1752 return $this->formattedScore;
1796 public $formattedScore; variable in Google_PlayerScoreResponse
1810 $this->formattedScore = $formattedScore;
[all …]