/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Games/Resource
NameSizeModeActions
AchievementDefinitions.php18680644editdlrm
Achievements.php58870644editdlrm
Applications.php34180644editdlrm
Events.php33970644editdlrm
Leaderboards.php23610644editdlrm
Metagame.php25440644editdlrm
Players.php25610644editdlrm
Revisions.php16680644editdlrm
Scores.php74470644editdlrm
Snapshots.php25210644editdlrm
SnapshotsExtended.php17500644editdlrm
Stats.php12970644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Games/Resource/Stats.php (1297B)
* $gamesService = new Google_Service_Games(...); * $stats = $gamesService->stats; * */ class Google_Service_Games_Resource_Stats extends Google_Service_Resource { /** * Returns engagement and spend statistics in this application for the currently * authenticated user. (stats.get) * * @param array $optParams Optional parameters. * @return Google_Service_Games_StatsResponse */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_Games_StatsResponse"); } }