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