UserGenre
extends Data
Table of Contents
Properties
-
$disambiguation
: mixed
-
$id
: mixed
-
$name
: mixed
-
$user_genre
: mixed
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$disambiguation
public
mixed
$disambiguation
$id
public
mixed
$id
$name
public
mixed
$name
$user_genre
public
mixed
$user_genre
__construct()
public
__construct(mixed $user_genre, mixed $name, mixed $id, mixed $disambiguation) : mixed
Parameters
-
$user_genre
: mixed
-
-
$name
: mixed
-
-
$id
: mixed
-
-
$disambiguation
: mixed
-
fromApiData()
public
static fromApiData(array<string|int, mixed> $data) : self
Parameters
-
$data
: array<string|int, mixed>
-