Since: 2024-01-15

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.

Return Value

array

at line 22
int getId()

Get the song ID.

Return Value

int

at line 27
string getTitle()

Get the song title.

Return Value

string

at line 32
int getAlbumId()

Get the album ID.

Return Value

int

at line 37
string|null getArtworkImagePath()

Get the artwork image path.

Return Value

string|null