Since: 2024-01-15

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.

Return Value

array

at line 20
int getMelonSongId()

Get the song ID.

Return Value

int

at line 25
string getTitle()

Get the song title.

Return Value

string

at line 30
int getAlbumId()

Get the album ID.

Return Value

int

at line 35
string|null getArtworkImagePath()

Get the artwork image path.

Return Value

string|null