| 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 | * @return mixed |
||
| 29 | */ |
||
| 30 | public function getByGuid($guid) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return mixed |
||
| 37 | */ |
||
| 38 | public function setParent($apiService) |
||
| 42 | |||
| 43 | public function transformSingle($raw) |
||
| 47 | |||
| 48 | public function transformCollection($raw) |
||
| 52 | |||
| 53 | public function transform($raw) |
||
| 57 | } |