RelationList
extends Data
Table of Contents
Properties
-
$begin
: mixed
-
$count
: mixed
-
$direction
: mixed
-
$end
: mixed
-
$ended
: mixed
-
$id
: mixed
-
$offset
: mixed
-
$ordering_key
: mixed
-
$relation
: mixed
-
$source_credit
: mixed
-
$target
: mixed
-
$target_credit
: mixed
-
$target_type
: mixed
-
$type
: mixed
-
$type_id
: mixed
Methods
-
__construct()
: mixed
-
fromApiData()
: self
$begin
public
mixed
$begin
$count
public
mixed
$count
$direction
public
mixed
$direction
$end
public
mixed
$end
$ended
public
mixed
$ended
$id
public
mixed
$id
$offset
public
mixed
$offset
$ordering_key
public
mixed
$ordering_key
$relation
public
mixed
$relation
$source_credit
public
mixed
$source_credit
$target
public
mixed
$target
$target_credit
public
mixed
$target_credit
$target_type
public
mixed
$target_type
$type
public
mixed
$type
$type_id
public
mixed
$type_id
__construct()
public
__construct(mixed $target_type, mixed $count, mixed $offset, mixed $relation, mixed $target, mixed $id, mixed $type, mixed $type_id, mixed $ordering_key, mixed $direction, mixed $begin, mixed $end, mixed $ended, mixed $source_credit, mixed $target_credit) : mixed
Parameters
-
$target_type
: mixed
-
-
$count
: mixed
-
-
$offset
: mixed
-
-
$relation
: mixed
-
-
$target
: mixed
-
-
$id
: mixed
-
-
$type
: mixed
-
-
$type_id
: 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>
-