| 1 | <?php |
||
| 9 | class Indexes extends Api |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param array $params |
||
| 13 | * @return array |
||
| 14 | * @throws Exception |
||
| 15 | */ |
||
| 16 | 1 | public function getIndexes(array $params = []): array |
|
| 20 | |||
| 21 | /** |
||
| 22 | * @param string $id |
||
| 23 | * @return array |
||
| 24 | * @throws Exception |
||
| 25 | */ |
||
| 26 | 1 | public function getIndex(string $id): array |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @return array |
||
| 33 | * @throws Exception |
||
| 34 | */ |
||
| 35 | 1 | public function getList(): array |
|
| 39 | } |
||
| 40 |