1 | <?php |
||
15 | class StarEndpoint extends AbstractEndpoint |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * Get all stars |
||
20 | * |
||
21 | * @return Collection |
||
22 | * @throws \RuntimeException |
||
23 | */ |
||
24 | public function getAll() |
||
32 | |||
33 | /** |
||
34 | * At the time of writing this (07.07.2017) this method always ends with "There are no stars!" error |
||
35 | * |
||
36 | * @throws \BadMethodCallException |
||
37 | */ |
||
38 | public function getAllDetailed() |
||
42 | |||
43 | } |
||
44 |