Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayerScoreResponse.php26 public $beatenScoreTimeSpans; variable in Google\\Service\\Games\\PlayerScoreResponse
49 public function setBeatenScoreTimeSpans($beatenScoreTimeSpans) argument
51 $this->beatenScoreTimeSpans = $beatenScoreTimeSpans;
58 return $this->beatenScoreTimeSpans;
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1795 public $beatenScoreTimeSpans; variable in Google_PlayerScoreResponse
1802 public function setBeatenScoreTimeSpans(/* array(Google_string) */ $beatenScoreTimeSpans) { argument
1803 $this->assertIsArray($beatenScoreTimeSpans, 'Google_string', __METHOD__);
1804 $this->beatenScoreTimeSpans = $beatenScoreTimeSpans;
1807 return $this->beatenScoreTimeSpans;