Since: 2024-01-15

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.

Return Value

array

at line 22
int getId()

Get the album ID.

Return Value

int

at line 27
string getTitle()

Get the album title.

Return Value

string

at line 32
string|null getAlbumCoverPath()

Get the album cover image path.

Return Value

string|null

at line 37
string|null getReleasedAt()

Get the release date.

Return Value

string|null