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