NonmbTrack
extends Data
Table of Contents
Properties
-
$artist
: mixed
-
$length
: mixed
-
$title
: mixed
-
$track
: mixed
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$artist
public
mixed
$artist
$length
public
mixed
$length
$title
public
mixed
$title
$track
public
mixed
$track
__construct()
public
__construct(mixed $track, mixed $title, mixed $length, mixed $artist) : mixed
Parameters
-
$track
: mixed
-
-
$title
: mixed
-
-
$length
: mixed
-
-
$artist
: mixed
-
fromApiData()
public
static fromApiData(array<string|int, mixed> $data) : self
Parameters
-
$data
: array<string|int, mixed>
-