ArtistInterface
interface ArtistInterface implements ArrayAccess
Interface for artist resources.
Methods
array
parse()
Parse the resource data.
int
getId()
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
getBirth()
Get the birth date.
string|null
getDebut()
Get the debut date.
string|null
getAgency()
Get the agency.
string|null
getGenre()
Get the genre.
Details
at line 17
array
parse()
Parse the resource data.
at line 22
int
getId()
Get the artist ID.
at line 27
string
getName()
Get the artist name.
at line 32
string|null
getFeaturedImagePath()
Get the featured image path.
at line 37
string|null
getProfileImagePath()
Get the profile image path.
at line 42
string|null
getBirth()
Get the birth date.
at line 47
string|null
getDebut()
Get the debut date.
at line 52
string|null
getAgency()
Get the agency.
at line 57
string|null
getGenre()
Get the genre.