Genre
extends Data
Table of Contents
Properties
-
$alias
: mixed
-
$annotation
: mixed
-
$begin
: mixed
-
$begin_date
: mixed
-
$count
: mixed
-
$direction
: mixed
-
$disambiguation
: mixed
-
$end
: mixed
-
$end_date
: mixed
-
$ended
: mixed
-
$entity
: mixed
-
$genre
: mixed
-
$id
: mixed
-
$locale
: mixed
-
$name
: mixed
-
$offset
: mixed
-
$ordering_key
: mixed
-
$primary
: mixed
-
$relation
: mixed
-
$sort_name
: mixed
-
$source_credit
: mixed
-
$target
: mixed
-
$target_credit
: mixed
-
$target_type
: mixed
-
$text
: mixed
-
$type
: mixed
-
$type_id
: mixed
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$alias
public
mixed
$alias
$annotation
public
mixed
$annotation
$begin
public
mixed
$begin
$begin_date
public
mixed
$begin_date
$count
public
mixed
$count
$direction
public
mixed
$direction
$disambiguation
public
mixed
$disambiguation
$end
public
mixed
$end
$end_date
public
mixed
$end_date
$ended
public
mixed
$ended
$entity
public
mixed
$entity
$genre
public
mixed
$genre
$id
public
mixed
$id
$locale
public
mixed
$locale
$name
public
mixed
$name
$offset
public
mixed
$offset
$ordering_key
public
mixed
$ordering_key
$primary
public
mixed
$primary
$relation
public
mixed
$relation
$sort_name
public
mixed
$sort_name
$source_credit
public
mixed
$source_credit
$target
public
mixed
$target
$target_credit
public
mixed
$target_credit
$target_type
public
mixed
$target_type
$text
public
mixed
$text
$type
public
mixed
$type
$type_id
public
mixed
$type_id
__construct()
public
__construct(mixed $genre, mixed $name, mixed $id, mixed $count, mixed $disambiguation, mixed $annotation, mixed $text, mixed $type, mixed $entity, mixed $offset, mixed $alias, mixed $locale, mixed $sort_name, mixed $type_id, mixed $primary, mixed $begin_date, mixed $end_date, mixed $target_type, mixed $relation, mixed $target, mixed $ordering_key, mixed $direction, mixed $begin, mixed $end, mixed $ended, mixed $source_credit, mixed $target_credit) : mixed
Parameters
-
$genre
: mixed
-
-
$name
: mixed
-
-
$id
: mixed
-
-
$count
: mixed
-
-
$disambiguation
: mixed
-
-
$annotation
: mixed
-
-
$text
: mixed
-
-
$type
: mixed
-
-
$entity
: mixed
-
-
$offset
: mixed
-
-
$alias
: mixed
-
-
$locale
: mixed
-
-
$sort_name
: mixed
-
-
$type_id
: mixed
-
-
$primary
: mixed
-
-
$begin_date
: mixed
-
-
$end_date
: mixed
-
-
$target_type
: mixed
-
-
$relation
: mixed
-
-
$target
: mixed
-
-
$ordering_key
: mixed
-
-
$direction
: mixed
-
-
$begin
: mixed
-
-
$end
: mixed
-
-
$ended
: mixed
-
-
$source_credit
: mixed
-
-
$target_credit
: mixed
-
fromApiData()
public
static fromApiData(array<string|int, mixed> $data) : self
Parameters
-
$data
: array<string|int, mixed>
-