Lines Matching refs:timeSpan
472 * @param string $timeSpan The time span for the scores and ranks you're requesting.
481 public function get($playerId, $leaderboardId, $timeSpan, $optParams = array()) { argument
482 …arams = array('playerId' => $playerId, 'leaderboardId' => $leaderboardId, 'timeSpan' => $timeSpan);
496 * @param string $timeSpan The time span for the scores and ranks you're requesting.
504 public function listScores($leaderboardId, $collection, $timeSpan, $optParams = array()) { argument
505 …s = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan);
519 * @param string $timeSpan The time span for the scores and ranks you're requesting.
529 public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = array()) { argument
530 …s = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan);
1245 public $timeSpan; variable in Google_LeaderboardEntry
1283 public function setTimeSpan( $timeSpan) { argument
1284 $this->timeSpan = $timeSpan;
1287 return $this->timeSpan;
1664 public $timeSpan; variable in Google_PlayerLeaderboardScore
1702 public function setTimeSpan( $timeSpan) { argument
1703 $this->timeSpan = $timeSpan;
1706 return $this->timeSpan;
1747 public $timeSpan; variable in Google_PlayerScore
1766 public function setTimeSpan( $timeSpan) { argument
1767 $this->timeSpan = $timeSpan;
1770 return $this->timeSpan;