| 1 | <?php |
||
| 9 | class Events extends Api |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param array $params |
||
| 13 | * @return array |
||
| 14 | * @throws Exception |
||
| 15 | */ |
||
| 16 | 1 | public function getEvents(array $params = []): array |
|
| 20 | |||
| 21 | /** |
||
| 22 | * @return array |
||
| 23 | * @throws Exception |
||
| 24 | */ |
||
| 25 | 1 | public function getCountries(): array |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @return array |
||
| 32 | * @throws Exception |
||
| 33 | */ |
||
| 34 | 1 | public function getTypes(): array |
|
| 38 | } |
||
| 39 |