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