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