Since: 2024-01-15

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.

Return Value

array

at line 20
int getMelonArtistId()

Get the artist ID.

Return Value

int

at line 25
string getName()

Get the artist name.

Return Value

string

at line 30
string|null getFeaturedImagePath()

Get the featured image path.

Return Value

string|null

at line 35
string|null getProfileImagePath()

Get the profile image path.

Return Value

string|null

at line 40
string|null getDebut()

Get the debut date.

Return Value

string|null