CoverArtImage
extends Data
Table of Contents
Properties
-
$approved
: bool
-
$back
: bool
-
$comment
: string
-
$edit
: int
-
$front
: bool
-
$id
: string
-
$image
: string
-
$thumbnails
: CoverArtThumbnails
-
$types
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$approved
public
bool
$approved
$back
public
bool
$back
public
string
$comment
$edit
public
int
$edit
$front
public
bool
$front
$id
public
string
$id
$image
public
string
$image
$thumbnails
public
CoverArtThumbnails
$thumbnails
$types
public
array<string|int, mixed>
$types
__construct()
public
__construct(array<string|int, mixed> $types, bool $front, bool $back, int $edit, string $image, string $comment, bool $approved, string $id, CoverArtThumbnails $thumbnails) : mixed
Parameters
-
$types
: array<string|int, mixed>
-
-
$front
: bool
-
-
$back
: bool
-
-
$edit
: int
-
-
$image
: string
-
-
$comment
: string
-
-
$approved
: bool
-
-
$id
: string
-
-
$thumbnails
: CoverArtThumbnails
-
fromApiData()
public
static fromApiData(array<string|int, mixed> $data) : self
Parameters
-
$data
: array<string|int, mixed>
-