AlbumInterface
interface AlbumInterface implements ArrayAccess
Interface for album resources.
Methods
array
parse()
Parse the resource data.
int
getId()
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 17
array
parse()
Parse the resource data.
at line 22
int
getId()
Get the album ID.
at line 27
string
getTitle()
Get the album title.
at line 32
string|null
getAlbumCoverPath()
Get the album cover image path.
at line 37
string|null
getReleasedAt()
Get the release date.