Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerScoreResponse.php119 public function setUnbeatenScores($unbeatenScores) argument
121 $this->unbeatenScores = $unbeatenScores;
128 return $this->unbeatenScores;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1801 public $unbeatenScores; variable in Google_PlayerScoreResponse
1827 public function setUnbeatenScores(/* array(Google_PlayerScore) */ $unbeatenScores) { argument
1828 $this->assertIsArray($unbeatenScores, 'Google_PlayerScore', __METHOD__);
1829 $this->unbeatenScores = $unbeatenScores;
1832 return $this->unbeatenScores;