1 | <?php |
||
5 | class LeaderboardClient extends BaseClient |
||
6 | { |
||
7 | protected $aliases = [ |
||
8 | 'getCharityLeaderboard' => 'GetCharityLeaderboard', |
||
9 | 'getEventLeaderboard' => 'GetEventLeaderboard', |
||
10 | ]; |
||
11 | |||
12 | public function getCharityLeaderboard($charityId) |
||
16 | |||
17 | public function getEventLeaderboard($eventId) |
||
21 | } |
||
22 |