SongResourceInterface
interface SongResourceInterface
Interface for song resources.
Methods
array
toArray()
Get the resource as an array.
int
getMelonSongId()
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 15
array
toArray()
Get the resource as an array.
at line 20
int
getMelonSongId()
Get the song ID.
at line 25
string
getTitle()
Get the song title.
at line 30
int
getAlbumId()
Get the album ID.
at line 35
string|null
getArtworkImagePath()
Get the artwork image path.