Since: 2024-01-15

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.

Return Value

array

at line 22
int getId()

Get the artist ID.

Return Value

int

at line 27
string getName()

Get the artist name.

Return Value

string

at line 32
string|null getFeaturedImagePath()

Get the featured image path.

Return Value

string|null

at line 37
string|null getProfileImagePath()

Get the profile image path.

Return Value

string|null

at line 42
string|null getBirth()

Get the birth date.

Return Value

string|null

at line 47
string|null getDebut()

Get the debut date.

Return Value

string|null

at line 52
string|null getAgency()

Get the agency.

Return Value

string|null

at line 57
string|null getGenre()

Get the genre.

Return Value

string|null