ArtistResourceInterface
interface ArtistResourceInterface
Interface for artist resources.
Methods
array
toArray()
Get the resource as an array.
int
getMelonArtistId()
Get the artist ID.
string
getName()
Get the artist name.
string|null
getFeaturedImagePath()
Get the featured image path.
string|null
getProfileImagePath()
Get the profile image path.
string|null
getDebut()
Get the debut date.
Details
at line 15
array
toArray()
Get the resource as an array.
at line 20
int
getMelonArtistId()
Get the artist ID.
at line 25
string
getName()
Get the artist name.
at line 30
string|null
getFeaturedImagePath()
Get the featured image path.
at line 35
string|null
getProfileImagePath()
Get the profile image path.
at line 40
string|null
getDebut()
Get the debut date.