Since: 2024-01-15

interface AlbumResourceInterface

Interface for album resources.

Methods

array
toArray()

Get the resource as an array.

int
getMelonAlbumId()

Get the album ID.

string
getTitle()

Get the album title.

string|null
getAlbumCoverPath()

Get the album cover image path.

string|null
getReleasedAt()

Get the release date.

Details

at line 15
array toArray()

Get the resource as an array.

Return Value

array

at line 20
int getMelonAlbumId()

Get the album ID.

Return Value

int

at line 25
string getTitle()

Get the album title.

Return Value

string

at line 30
string|null getAlbumCoverPath()

Get the album cover image path.

Return Value

string|null

at line 35
string|null getReleasedAt()

Get the release date.

Return Value

string|null