/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Games/Resource
NameSizeModeActions
AchievementDefinitions.php20740644editdlrm
Achievements.php61250644editdlrm
Applications.php35490644editdlrm
Events.php35590644editdlrm
Leaderboards.php25220644editdlrm
Metagame.php26970644editdlrm
Players.php43100644editdlrm
Recall.php37840644editdlrm
Revisions.php18450644editdlrm
Scores.php75930644editdlrm
Snapshots.php26700644editdlrm
Stats.php14480644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Games/Resource/Stats.php (1448B)
* $gamesService = new Google\Service\Games(...); * $stats = $gamesService->stats; * */ class 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 StatsResponse */ public function get($optParams = []) { $params = []; $params = array_merge($params, $optParams); return $this->call('get', [$params], StatsResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Stats::class, 'Google_Service_Games_Resource_Stats');