[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 1017 lines (28 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Google_Service_GamesManagement:: (1 method):
__construct()
Google_Service_GamesManagement_Achievements_Resource:: (3 methods):
reset()
resetAll()
resetForAllPlayers()
Google_Service_GamesManagement_Applications_Resource:: (1 method):
listHidden()
Google_Service_GamesManagement_Events_Resource:: (3 methods):
reset()
resetAll()
resetForAllPlayers()
Google_Service_GamesManagement_Players_Resource:: (2 methods):
hide()
unhide()
Google_Service_GamesManagement_Quests_Resource:: (1 method):
reset()
Google_Service_GamesManagement_Rooms_Resource:: (1 method):
reset()
Google_Service_GamesManagement_Scores_Resource:: (2 methods):
reset()
resetForAllPlayers()
Google_Service_GamesManagement_TurnBasedMatches_Resource:: (1 method):
reset()
Google_Service_GamesManagement_AchievementResetAllResponse:: (4 methods):
setKind()
getKind()
setResults()
getResults()
Google_Service_GamesManagement_AchievementResetResponse:: (8 methods):
setCurrentState()
getCurrentState()
setDefinitionId()
getDefinitionId()
setKind()
getKind()
setUpdateOccurred()
getUpdateOccurred()
Google_Service_GamesManagement_GamesPlayedResource:: (4 methods):
setAutoMatched()
getAutoMatched()
setTimeMillis()
getTimeMillis()
Google_Service_GamesManagement_GamesPlayerExperienceInfoResource:: (8 methods):
setCurrentExperiencePoints()
getCurrentExperiencePoints()
setCurrentLevel()
getCurrentLevel()
setLastLevelUpTimestampMillis()
getLastLevelUpTimestampMillis()
setNextLevel()
getNextLevel()
Google_Service_GamesManagement_GamesPlayerLevelResource:: (6 methods):
setLevel()
getLevel()
setMaxExperiencePoints()
getMaxExperiencePoints()
setMinExperiencePoints()
getMinExperiencePoints()
Google_Service_GamesManagement_HiddenPlayer:: (6 methods):
setHiddenTimeMillis()
getHiddenTimeMillis()
setKind()
getKind()
setPlayer()
getPlayer()
Google_Service_GamesManagement_HiddenPlayerList:: (6 methods):
setItems()
getItems()
setKind()
getKind()
setNextPageToken()
getNextPageToken()
Google_Service_GamesManagement_Player:: (16 methods):
setAvatarImageUrl()
getAvatarImageUrl()
setDisplayName()
getDisplayName()
setExperienceInfo()
getExperienceInfo()
setKind()
getKind()
setLastPlayedWith()
getLastPlayedWith()
setName()
getName()
setPlayerId()
getPlayerId()
setTitle()
getTitle()
Google_Service_GamesManagement_PlayerName:: (4 methods):
setFamilyName()
getFamilyName()
setGivenName()
getGivenName()
Google_Service_GamesManagement_PlayerScoreResetResponse:: (4 methods):
setKind()
getKind()
setResetScoreTimeSpans()
getResetScoreTimeSpans()
Class: Google_Service_GamesManagement - X-Ref
Service definition for GamesManagement (v1management).__construct(Google_Client $client) X-Ref |
Constructs the internal representation of the GamesManagement service. param: Google_Client $client |
Class: Google_Service_GamesManagement_Achievements_Resource - X-Ref
The "achievements" collection of methods.reset($achievementId, $optParams = array() X-Ref |
Resets the achievement with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. (achievements.reset) param: string $achievementId param: array $optParams Optional parameters. return: Google_Service_GamesManagement_AchievementResetResponse |
resetAll($optParams = array() X-Ref |
Resets all achievements for the currently authenticated player for your application. This method is only accessible to whitelisted tester accounts for your application. (achievements.resetAll) param: array $optParams Optional parameters. return: Google_Service_GamesManagement_AchievementResetAllResponse |
resetForAllPlayers($achievementId, $optParams = array() X-Ref |
Resets the achievement with the given ID for the all players. This method is only available to user accounts for your developer console. Only draft achievements can be reset. (achievements.resetForAllPlayers) param: string $achievementId param: array $optParams Optional parameters. |
Class: Google_Service_GamesManagement_Applications_Resource - X-Ref
The "applications" collection of methods.listHidden($applicationId, $optParams = array() X-Ref |
Get the list of players hidden from the given application. This method is only available to user accounts for your developer console. (applications.listHidden) param: string $applicationId param: array $optParams Optional parameters. return: Google_Service_GamesManagement_HiddenPlayerList |
Class: Google_Service_GamesManagement_Events_Resource - X-Ref
The "events" collection of methods.reset($eventId, $optParams = array() X-Ref |
Reset all player progress on the event for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All resources that use the event will also be reset. (events.reset) param: string $eventId param: array $optParams Optional parameters. |
resetAll($optParams = array() X-Ref |
Reset all player progress on all unpublished events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All resources that use the events will also be reset. (events.resetAll) param: array $optParams Optional parameters. |
resetForAllPlayers($eventId, $optParams = array() X-Ref |
Reset all player progress on the event for all players. This method is only available to user accounts for your developer console. Only draft events can be reset. All resources that use the event will also be reset. (events.resetForAllPlayers) param: string $eventId param: array $optParams Optional parameters. |
Class: Google_Service_GamesManagement_Players_Resource - X-Ref
The "players" collection of methods.hide($applicationId, $playerId, $optParams = array() X-Ref |
Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console. (players.hide) param: string $applicationId param: string $playerId param: array $optParams Optional parameters. |
unhide($applicationId, $playerId, $optParams = array() X-Ref |
Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console. (players.unhide) param: string $applicationId param: string $playerId param: array $optParams Optional parameters. |
Class: Google_Service_GamesManagement_Quests_Resource - X-Ref
The "quests" collection of methods.reset($questId, $optParams = array() X-Ref |
Reset all player progress on the quest for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. (quests.reset) param: string $questId param: array $optParams Optional parameters. |
Class: Google_Service_GamesManagement_Rooms_Resource - X-Ref
The "rooms" collection of methods.reset($optParams = array() X-Ref |
Reset all rooms for the currently authenticated player for your application. This method is only accessible to whitelisted tester accounts for your application. (rooms.reset) param: array $optParams Optional parameters. |
Class: Google_Service_GamesManagement_Scores_Resource - X-Ref
The "scores" collection of methods.reset($leaderboardId, $optParams = array() X-Ref |
Reset scores for the specified leaderboard for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. (scores.reset) param: string $leaderboardId param: array $optParams Optional parameters. return: Google_Service_GamesManagement_PlayerScoreResetResponse |
resetForAllPlayers($leaderboardId, $optParams = array() X-Ref |
Reset scores for the specified leaderboard for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset. (scores.resetForAllPlayers) param: string $leaderboardId param: array $optParams Optional parameters. |
Class: Google_Service_GamesManagement_TurnBasedMatches_Resource - X-Ref
The "turnBasedMatches" collection of methods.reset($optParams = array() X-Ref |
Reset all turn-based match data for a user. This method is only accessible to whitelisted tester accounts for your application. (turnBasedMatches.reset) param: array $optParams Optional parameters. |
Class: Google_Service_GamesManagement_AchievementResetAllResponse - X-Ref
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setResults($results) X-Ref |
No description |
getResults() X-Ref |
No description |
Class: Google_Service_GamesManagement_AchievementResetResponse - X-Ref
setCurrentState($currentState) X-Ref |
No description |
getCurrentState() X-Ref |
No description |
setDefinitionId($definitionId) X-Ref |
No description |
getDefinitionId() X-Ref |
No description |
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setUpdateOccurred($updateOccurred) X-Ref |
No description |
getUpdateOccurred() X-Ref |
No description |
Class: Google_Service_GamesManagement_GamesPlayedResource - X-Ref
setAutoMatched($autoMatched) X-Ref |
No description |
getAutoMatched() X-Ref |
No description |
setTimeMillis($timeMillis) X-Ref |
No description |
getTimeMillis() X-Ref |
No description |
Class: Google_Service_GamesManagement_GamesPlayerExperienceInfoResource - X-Ref
setCurrentExperiencePoints($currentExperiencePoints) X-Ref |
No description |
getCurrentExperiencePoints() X-Ref |
No description |
setCurrentLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $currentLevel) X-Ref |
No description |
getCurrentLevel() X-Ref |
No description |
setLastLevelUpTimestampMillis($lastLevelUpTimestampMillis) X-Ref |
No description |
getLastLevelUpTimestampMillis() X-Ref |
No description |
setNextLevel(Google_Service_GamesManagement_GamesPlayerLevelResource $nextLevel) X-Ref |
No description |
getNextLevel() X-Ref |
No description |
Class: Google_Service_GamesManagement_GamesPlayerLevelResource - X-Ref
setLevel($level) X-Ref |
No description |
getLevel() X-Ref |
No description |
setMaxExperiencePoints($maxExperiencePoints) X-Ref |
No description |
getMaxExperiencePoints() X-Ref |
No description |
setMinExperiencePoints($minExperiencePoints) X-Ref |
No description |
getMinExperiencePoints() X-Ref |
No description |
Class: Google_Service_GamesManagement_HiddenPlayer - X-Ref
setHiddenTimeMillis($hiddenTimeMillis) X-Ref |
No description |
getHiddenTimeMillis() X-Ref |
No description |
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setPlayer(Google_Service_GamesManagement_Player $player) X-Ref |
No description |
getPlayer() X-Ref |
No description |
Class: Google_Service_GamesManagement_HiddenPlayerList - X-Ref
setItems($items) X-Ref |
No description |
getItems() X-Ref |
No description |
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setNextPageToken($nextPageToken) X-Ref |
No description |
getNextPageToken() X-Ref |
No description |
Class: Google_Service_GamesManagement_Player - X-Ref
setAvatarImageUrl($avatarImageUrl) X-Ref |
No description |
getAvatarImageUrl() X-Ref |
No description |
setDisplayName($displayName) X-Ref |
No description |
getDisplayName() X-Ref |
No description |
setExperienceInfo(Google_Service_GamesManagement_GamesPlayerExperienceInfoResource $experienceInfo) X-Ref |
No description |
getExperienceInfo() X-Ref |
No description |
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setLastPlayedWith(Google_Service_GamesManagement_GamesPlayedResource $lastPlayedWith) X-Ref |
No description |
getLastPlayedWith() X-Ref |
No description |
setName(Google_Service_GamesManagement_PlayerName $name) X-Ref |
No description |
getName() X-Ref |
No description |
setPlayerId($playerId) X-Ref |
No description |
getPlayerId() X-Ref |
No description |
setTitle($title) X-Ref |
No description |
getTitle() X-Ref |
No description |
Class: Google_Service_GamesManagement_PlayerName - X-Ref
setFamilyName($familyName) X-Ref |
No description |
getFamilyName() X-Ref |
No description |
setGivenName($givenName) X-Ref |
No description |
getGivenName() X-Ref |
No description |
Class: Google_Service_GamesManagement_PlayerScoreResetResponse - X-Ref
setKind($kind) X-Ref |
No description |
getKind() X-Ref |
No description |
setResetScoreTimeSpans($resetScoreTimeSpans) X-Ref |
No description |
getResetScoreTimeSpans() X-Ref |
No description |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |