MelonArtist
class MelonArtist extends Melon
Fetches information about a artist from the melon.com API.
Properties
int | $id | from Melon | |
protected array | $response | from Melon |
Methods
array
parse()
Fetches information about a song, a album or a artist from the melon.com API and saves it to $response and returns it.
Details
at line 15
array
parse()
Fetches information about a song, a album or a artist from the melon.com API and saves it to $response and returns it.
in
Melon at line 33
__construct(int $id, bool $autoParse = true)
Class constructor.
in
Melon at line 45
void
offsetSet(mixed $offset, mixed $value)
Setter for ArrayAccess.
in
Melon at line 57
bool
offsetExists(mixed $offset)
Whether an offset exists
in
Melon at line 65
void
offsetUnset(mixed $offset)
Unset an offset
in
Melon at line 73
mixed
offsetGet(mixed $offset)
Offset to retrieve