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