1 | <?php |
||
14 | class Album extends AlbumEndpoint implements IMusicServiceEndpoint |
||
15 | { |
||
16 | /** |
||
17 | * @return mixed |
||
18 | */ |
||
19 | public function getParent() |
||
23 | |||
24 | /** |
||
25 | * Aliases getById |
||
26 | * |
||
27 | * @param $guid |
||
28 | * |
||
29 | * @return mixed |
||
30 | */ |
||
31 | public function getByGuid($guid) |
||
35 | |||
36 | /** |
||
37 | * @return mixed |
||
38 | */ |
||
39 | public function setParent($apiService) |
||
43 | |||
44 | public function transformSingle($raw) |
||
48 | |||
49 | public function transformCollection($raw) |
||
53 | |||
54 | public function transform($raw) |
||
58 | } |