Since: 2024-01-15

class WaterMelonFactory

Factory class for creating WaterMelon instances.

Methods

static WaterMelon
make(int $songId, Client|null $client = null)

Create a new WaterMelon instance from a song ID.

Details

at line 20
static WaterMelon make(int $songId, Client|null $client = null)

Create a new WaterMelon instance from a song ID.

Parameters

int $songId

Melon song ID

Client|null $client

HTTP client instance

Return Value

WaterMelon