Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerScoreListResponse.php47 public function setSubmittedScores($submittedScores) argument
49 $this->submittedScores = $submittedScores;
56 return $this->submittedScores;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1778 public $submittedScores; variable in Google_PlayerScoreListResponse
1785 public function setSubmittedScores(/* array(Google_PlayerScoreResponse) */ $submittedScores) { argument
1786 $this->assertIsArray($submittedScores, 'Google_PlayerScoreResponse', __METHOD__);
1787 $this->submittedScores = $submittedScores;
1790 return $this->submittedScores;