SongInterface
interface SongInterface implements ArrayAccess
Interface for song resources.
Methods
array
parse()
Parse the resource data.
int
getId()
Get the song ID.
string
getTitle()
Get the song title.
int
getAlbumId()
Get the album ID.
string|null
getArtworkImagePath()
Get the artwork image path.
Details
at line 17
array
parse()
Parse the resource data.
at line 22
int
getId()
Get the song ID.
at line 27
string
getTitle()
Get the song title.
at line 32
int
getAlbumId()
Get the album ID.
at line 37
string|null
getArtworkImagePath()
Get the artwork image path.