AlbumResourceInterface
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.
at line 20
int
getMelonAlbumId()
Get the album ID.
at line 25
string
getTitle()
Get the album title.
at line 30
string|null
getAlbumCoverPath()
Get the album cover image path.
at line 35
string|null
getReleasedAt()
Get the release date.